projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f67cdb
)
* doc/lispintro/emacs-lisp-intro.texi (Run a Program): Add some
author
Xue Fuqiao
<xfq.free@gmail.com>
Tue, 25 Aug 2015 09:21:03 +0000
(17:21 +0800)
committer
Xue 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
patch
|
blob
|
history
diff --git
a/doc/lispintro/emacs-lisp-intro.texi
b/doc/lispintro/emacs-lisp-intro.texi
index f4e8d93699286566c6d4465e665aefcc9adea5e3..4406958daa0799170fe7b7d9ab1a9c48c0c86dc3 100644
(file)
--- 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