1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

* doc/lispref/eval.texi (Intro Eval): Add index entry for sexp.

Fixes: debbugs:12233
This commit is contained in:
Chong Yidong 2012-09-07 18:36:39 +08:00
parent 14ba4cf3b2
commit 0a6bdaa157
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2012-09-07 Chong Yidong <cyd@gnu.org>
* eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
* windows.texi (Display Action Functions)
(Choosing Window Options): Remove obsolete variable
display-buffer-reuse-frames.

View File

@ -40,6 +40,7 @@ interpreter.
@cindex form
@cindex expression
@cindex S-expression
@cindex sexp
A Lisp object that is intended for evaluation is called a @dfn{form}
or @dfn{expression}@footnote{It is sometimes also referred to as an
@dfn{S-expression} or @dfn{sexp}, but we generally do not use this