unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#60639: Improvement to the Wording of GNU Emacs Lisp Reference Manual
@ 2023-01-07 19:41 Xie Shynur
  2023-09-05 23:38 ` Stefan Kangas
  0 siblings, 1 reply; 9+ messages in thread
From: Xie Shynur @ 2023-01-07 19:41 UTC (permalink / raw)
  To: 60639

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

In the section 2.1 "Printed Representation and Read Syntax" (https://www.gnu.org/software/emacs/manual/html_node/elisp/Printed-Representation.html), word "hash notation" is used to refer to the symbol "#".
But it may well confuse non-native English speakers, because the "hash" is also associated with "hash function".

A better name for "#" is "number sign".

[-- Attachment #2: 0001-better-word-for-hash-notation.patch --]
[-- Type: application/octet-stream, Size: 1275 bytes --]

From d576b9ee6c824cf55b478c06a1f2644d8220d4be Mon Sep 17 00:00:00 2001
From: Shynur <one.last.kiss@outlook.com>
Date: Sun, 8 Jan 2023 03:32:00 +0800
Subject: [PATCH] better word for hash notation''

---
 doc/lispref/objects.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 99a3c07397..39be94b4a8 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -79,10 +79,10 @@ syntax.  @xref{Read and Print}.
   In most cases, an object's printed representation is also a read
 syntax for the object.  However, some types have no read syntax, since
 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:
+a Lisp program.  These objects are printed in @dfn{hash notation}
+(also known as ``number sign''), 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:
 
 @example
 (current-buffer)
-- 
2.38.0.windows.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-06 12:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 19:41 bug#60639: Improvement to the Wording of GNU Emacs Lisp Reference Manual Xie Shynur
2023-09-05 23:38 ` Stefan Kangas
2023-09-06  1:27   ` Drew Adams
2023-09-06  1:33     ` Drew Adams
2023-09-06  1:46     ` Stefan Kangas
2023-09-06 11:52       ` Eli Zaretskii
2023-09-06 11:56         ` Stefan Kangas
2023-09-06 12:50           ` Eli Zaretskii
2023-09-06  7:58   ` Visuwesh

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).