mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix up previous #' documentation addition
* doc/lispref/objects.texi (Special Read Syntax): Add an xref for the #' (bug#38278).
This commit is contained in:
parent
7ceb22e3e1
commit
4ba880e53b
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ 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).
|
||||
symbols (@pxref{Anonymous Functions})).
|
||||
|
||||
@item #:
|
||||
The printed representation of an uninterned symbol whose name is
|
||||
|
|
|
|||
Loading…
Reference in a new issue