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:
parent
1110d14228
commit
80b8a6093b
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue