emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 073972b: * doc/lispintro/emacs-lisp-intro.texi (Run


From: Xue Fuqiao
Subject: [Emacs-diffs] master 073972b: * doc/lispintro/emacs-lisp-intro.texi (Run a Program): Add some
Date: Tue, 25 Aug 2015 09:27:52 +0000

branch: master
commit 073972b363cea6a60820a60af02cfc4841e828b5
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    * doc/lispintro/emacs-lisp-intro.texi (Run a Program): Add some
    index entries for the special form `quote'.
---
 doc/lispintro/emacs-lisp-intro.texi |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index f4e8d93..4406958 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1240,6 +1240,10 @@ command to do something.  (Usually, of course, it is the 
last of these
 three things that you really want!)
 
 @c use code for the single apostrophe, not samp.
address@hidden quote
address@hidden @code{'} for quoting
address@hidden quoting using apostrophe
address@hidden apostrophe for quoting
 The single apostrophe, @code{'}, that I put in front of some of the
 example lists in preceding sections is called a @dfn{quote}; when it
 precedes a list, it tells Lisp to do nothing with the list, other than



reply via email to

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