summaryrefslogtreecommitdiff
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-11-21 16:35:58 +0200
committerEli Zaretskii <eliz@gnu.org>2019-11-21 16:35:58 +0200
commit80b8a6093b6b7657da135bec506eb55a700688d4 (patch)
tree6bc76c33700e186e685cc703e377efe85b8da90c /doc/lispref/objects.texi
parent1110d1422863b8e9abb757db3fe9fbe6c8884862 (diff)
downloademacs-80b8a6093b6b7657da135bec506eb55a700688d4.tar.gz
emacs-80b8a6093b6b7657da135bec506eb55a700688d4.tar.bz2
emacs-80b8a6093b6b7657da135bec506eb55a700688d4.zip
Fix a recent change in ELisp manual
* doc/lispref/objects.texi (Special Read Syntax): Fix wording of the last change: don't document #' twice. (Bug#38278)
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 2a2a476e9a1..d9971f6839e 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -124,9 +124,7 @@ The printed representation of an interned symbol whose name is an
empty string (@pxref{Symbol Type}).
@item #'
-Expands to @code{function} and is commonly used to quote function
-symbols (as opposed to @samp{'} which is used to quote non-function
-symbols (@pxref{Anonymous Functions})).
+This is a shortcut for @code{function}, see @ref{Anonymous Functions}.
@item #:
The printed representation of an uninterned symbol whose name is