]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the #' syntax
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 21 Nov 2019 13:55:34 +0000 (14:55 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 21 Nov 2019 13:55:34 +0000 (14:55 +0100)
* doc/lispref/objects.texi (Special Read Syntax): Document the #'
syntax (bug#38278).

doc/lispref/objects.texi

index e07dc2ed069217154f1581d40c0822093a4923f2..716d7c920b0a01dbc707f8cf1f43687b7e559075 100644 (file)
@@ -123,6 +123,11 @@ Objects that have no read syntax are presented like this
 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).
+
 @item #:
 The printed representation of an uninterned symbol whose name is
 @var{foo} is @samp{#:@var{foo}} (@pxref{Symbol Type}).