# HG changeset patch # User Richard M. Stallman # Date 1175910920 0 # Node ID 7bd09f7922765e6fa371901bb71944ff42719420 # Parent 55c9ef5f1559372a9947eb035ebb00ac27562ff0 Improve index entry. Remove redundant ones. diff -r 55c9ef5f1559 -r 7bd09f792276 lispref/eval.texi --- a/lispref/eval.texi Sat Apr 07 01:53:53 2007 +0000 +++ b/lispref/eval.texi Sat Apr 07 01:55:20 2007 +0000 @@ -233,7 +233,7 @@ @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 @@ 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 @@ @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