From: Xue Fuqiao Date: Tue, 25 Aug 2015 09:21:03 +0000 (+0800) Subject: * doc/lispintro/emacs-lisp-intro.texi (Run a Program): Add some X-Git-Tag: emacs-25.0.90~1258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=073972b363cea6a60820a60af02cfc4841e828b5;p=emacs.git * doc/lispintro/emacs-lisp-intro.texi (Run a Program): Add some index entries for the special form `quote'. --- diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index f4e8d936992..4406958daa0 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. +@findex quote +@cindex @code{'} for quoting +@cindex quoting using apostrophe +@cindex 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