diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/objects.texi | 4 |
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 | |||
| 124 | empty string (@pxref{Symbol Type}). | 124 | empty string (@pxref{Symbol Type}). |
| 125 | 125 | ||
| 126 | @item #' | 126 | @item #' |
| 127 | Expands to @code{function} and is commonly used to quote function | 127 | This is a shortcut for @code{function}, see @ref{Anonymous Functions}. |
| 128 | symbols (as opposed to @samp{'} which is used to quote non-function | ||
| 129 | symbols (@pxref{Anonymous Functions})). | ||
| 130 | 128 | ||
| 131 | @item #: | 129 | @item #: |
| 132 | The printed representation of an uninterned symbol whose name is | 130 | The printed representation of an uninterned symbol whose name is |