]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve wording in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Wed, 6 Sep 2023 12:49:11 +0000 (15:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 6 Sep 2023 12:49:11 +0000 (15:49 +0300)
* doc/lispref/objects.texi (Printed Representation): Improve
wording.  Suggested by Xie Shynur <one.last.kiss@outlook.com>.
(Bug# 60639)

doc/lispref/objects.texi

index ad079e0d63a8f8d9a517d85022b21e4177b3aaba..3cca892826ebcb75f9d80b6c18d98a95346a830c 100644 (file)
@@ -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)