From df8d6c14184e380256f44d4d260e6dd1f388d1b2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Apr 2007 01:55:20 +0000 Subject: [PATCH] Improve index entry. Remove redundant ones. --- lispref/eval.texi | 4 +--- 1 file changed, 1 insertion(+), 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. @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 -- 2.39.5