1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-11 00:30:17 -08:00

* doc/lispintro/emacs-lisp-intro.texi (Run a Program): Add some

index entries for the special form `quote'.
This commit is contained in:
Xue Fuqiao 2015-08-25 17:21:03 +08:00
parent 7f67cdb652
commit 073972b363

View 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