emacs-diffs
[Top][All Lists]
Advanced

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

master 4ba880e: Fix up previous #' documentation addition


From: Lars Ingebrigtsen
Subject: master 4ba880e: Fix up previous #' documentation addition
Date: Thu, 21 Nov 2019 08:58:50 -0500 (EST)

branch: master
commit 4ba880e53bd8cbf31fde8ef37b6290a33d8f6e71
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix up previous #' documentation addition
    
    * doc/lispref/objects.texi (Special Read Syntax): Add an xref for
    the #' (bug#38278).
---
 doc/lispref/objects.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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