emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7ceb22e: Document the #' syntax


From: Lars Ingebrigtsen
Subject: master 7ceb22e: Document the #' syntax
Date: Thu, 21 Nov 2019 08:55:43 -0500 (EST)

branch: master
commit 7ceb22e3e1597eb85641d1f75b071fc1f1bff94e
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Document the #' syntax
    
    * doc/lispref/objects.texi (Special Read Syntax): Document the #'
    syntax (bug#38278).
---
 doc/lispref/objects.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index e07dc2e..716d7c9 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -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}).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]