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)
This commit is contained in:
Eli Zaretskii 2019-11-21 16:35:58 +02:00
parent 1110d14228
commit 80b8a6093b

View file

@ -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