aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-07 01:55:20 +0000
committerRichard M. Stallman2007-04-07 01:55:20 +0000
commitdf8d6c14184e380256f44d4d260e6dd1f388d1b2 (patch)
tree6fd0eb47eb94ca07f19537d34e9599180154866e
parentc9b965bde88f1003e68060b3267ddf502a1500d0 (diff)
downloademacs-df8d6c14184e380256f44d4d260e6dd1f388d1b2.tar.gz
emacs-df8d6c14184e380256f44d4d260e6dd1f388d1b2.zip
Improve index entry. Remove redundant ones.
-rw-r--r--lispref/eval.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/lispref/eval.texi b/lispref/eval.texi
index d085491d2d2..772f502553c 100644
--- a/lispref/eval.texi
+++ b/lispref/eval.texi
@@ -233,7 +233,7 @@ Scheme.
233@node Function Indirection 233@node Function Indirection
234@subsection Symbol Function Indirection 234@subsection Symbol Function Indirection
235@cindex symbol function indirection 235@cindex symbol function indirection
236@cindex indirection 236@cindex indirection for functions
237@cindex void function 237@cindex void function
238 238
239 If the first element of the list is a symbol then evaluation examines 239 If the first element of the list is a symbol then evaluation examines
@@ -252,7 +252,6 @@ neither of these things happens, we eventually obtain a non-symbol,
252which ought to be a function or other suitable object. 252which ought to be a function or other suitable object.
253 253
254@kindex invalid-function 254@kindex invalid-function
255@cindex invalid function
256 More precisely, we should now have a Lisp function (a lambda 255 More precisely, we should now have a Lisp function (a lambda
257expression), a byte-code function, a primitive function, a Lisp macro, a 256expression), a byte-code function, a primitive function, a Lisp macro, a
258special form, or an autoload object. Each of these types is a case 257special form, or an autoload object. Each of these types is a case
@@ -530,7 +529,6 @@ definition loaded from that file. @xref{Autoload}.
530 529
531@node Quoting 530@node Quoting
532@section Quoting 531@section Quoting
533@cindex quoting
534 532
535 The special form @code{quote} returns its single argument, as written, 533 The special form @code{quote} returns its single argument, as written,
536without evaluating it. This provides a way to include constant symbols 534without evaluating it. This provides a way to include constant symbols