]> code.delx.au - gnu-emacs/commitdiff
Improve index entry. Remove redundant ones.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 01:55:20 +0000 (01:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 01:55:20 +0000 (01:55 +0000)
lispref/eval.texi

index d085491d2d2c1535c9a7c82ee2078e358e82129b..772f502553cda4bc1ef8941b77c96d466d0181ee 100644 (file)
@@ -233,7 +233,7 @@ Scheme.
 @node Function Indirection
 @subsection Symbol Function Indirection
 @cindex symbol function indirection
-@cindex indirection
+@cindex indirection for functions
 @cindex void function
 
   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,
 which ought to be a function or other suitable object.
 
 @kindex invalid-function
-@cindex invalid function
   More precisely, we should now have a Lisp function (a lambda
 expression), a byte-code function, a primitive function, a Lisp macro, a
 special form, or an autoload object.  Each of these types is a case
@@ -530,7 +529,6 @@ definition loaded from that file.  @xref{Autoload}.
 
 @node Quoting
 @section Quoting
-@cindex quoting
 
   The special form @code{quote} returns its single argument, as written,
 without evaluating it.  This provides a way to include constant symbols