emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 9e9f61866e7: Improve wording in ELisp manual


From: Eli Zaretskii
Subject: emacs-29 9e9f61866e7: Improve wording in ELisp manual
Date: Wed, 6 Sep 2023 08:49:55 -0400 (EDT)

branch: emacs-29
commit 9e9f61866e7dab6f805fac0e2fb03e786e32f6b3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Improve wording in ELisp manual
    
    * doc/lispref/objects.texi (Printed Representation): Improve
    wording.  Suggested by Xie Shynur <one.last.kiss@outlook.com>.
    (Bug# 60639)
---
 doc/lispref/objects.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index ad079e0d63a..3cca892826e 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -82,7 +82,9 @@ it does not make sense to enter objects of these types as 
constants in
 a Lisp program.  These objects are printed in @dfn{hash notation},
 which consists of the characters @samp{#<}, a descriptive string
 (typically the type name followed by the name of the object), and a
-closing @samp{>}.  For example:
+closing @samp{>}.  (This is called ``hash notation'' because it begins
+with the @samp{#} character, known as ``hash'' or ``number sign'').
+For example:
 
 @example
 (current-buffer)



reply via email to

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