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:
parent
7f67cdb652
commit
073972b363
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue