1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Improve wording in ELisp manual

* doc/lispref/objects.texi (Printed Representation): Improve
wording.  Suggested by Xie Shynur <one.last.kiss@outlook.com>.
(Bug# 60639)
This commit is contained in:
Eli Zaretskii 2023-09-06 15:49:11 +03:00
parent 7427efa033
commit 9e9f61866e

View 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)