emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 0c01f97b73c 1/2: Wrap @pxref of Abbrevs in parentheses (bug#683


From: Eli Zaretskii
Subject: emacs-29 0c01f97b73c 1/2: Wrap @pxref of Abbrevs in parentheses (bug#68375)
Date: Thu, 11 Jan 2024 05:41:03 -0500 (EST)

branch: emacs-29
commit 0c01f97b73cffc373944fd2720e42520e86bc2e4
Author: Xiyue Deng <manphiz@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    Wrap @pxref of Abbrevs in parentheses (bug#68375)
    
    * doc/lispref/symbols.texi (Shorthands): Wrap `@pxref{Abbrevs}' in
    parentheses.
    
    Copyright-paperwork-exempt: yes
---
 doc/lispref/symbols.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi
index dccd9694b2e..dfbcf903e7d 100644
--- a/doc/lispref/symbols.texi
+++ b/doc/lispref/symbols.texi
@@ -669,7 +669,7 @@ name} (@pxref{Symbol Components}).
 
 It is useful to think of shorthands as @emph{abbreviating} the full
 names of intended symbols.  Despite this, do not confuse shorthands with the
-Abbrev system @pxref{Abbrevs}.
+Abbrev system (@pxref{Abbrevs}).
 
 @cindex namespace etiquette
 Shorthands make Emacs Lisp's @dfn{namespacing etiquette} easier to work



reply via email to

[Prev in Thread] Current Thread [Next in Thread]