emacs-diffs
[Top][All Lists]
Advanced

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

master 80b8a60: Fix a recent change in ELisp manual


From: Eli Zaretskii
Subject: master 80b8a60: Fix a recent change in ELisp manual
Date: Thu, 21 Nov 2019 09:36:24 -0500 (EST)

branch: master
commit 80b8a6093b6b7657da135bec506eb55a700688d4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a recent change in ELisp manual
    
    * doc/lispref/objects.texi (Special Read Syntax): Fix wording
    of the last change: don't document #' twice.  (Bug#38278)
---
 doc/lispref/objects.texi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 2a2a476..d9971f6 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
 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 (@pxref{Anonymous Functions})).
+This is a shortcut for @code{function}, see @ref{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]