]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispintro/emacs-lisp-intro.texi (Run a Program): Add some
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 25 Aug 2015 09:21:03 +0000 (17:21 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 25 Aug 2015 09:21:03 +0000 (17:21 +0800)
index entries for the special form `quote'.

doc/lispintro/emacs-lisp-intro.texi

index f4e8d93699286566c6d4465e665aefcc9adea5e3..4406958daa0799170fe7b7d9ab1a9c48c0c86dc3 100644 (file)
@@ -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