From 073972b363cea6a60820a60af02cfc4841e828b5 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Tue, 25 Aug 2015 17:21:03 +0800 Subject: [PATCH] * 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 file changed, 4 insertions(+) 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 -- 2.39.5