Mercurial > emacs
changeset 76994:7bd09f792276
Improve index entry. Remove redundant ones.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Apr 2007 01:55:20 +0000 |
parents | 55c9ef5f1559 |
children | 5abfe5939c01 |
files | lispref/eval.texi |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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