diff options
| author | Richard M. Stallman | 2007-04-07 01:55:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-07 01:55:20 +0000 |
| commit | df8d6c14184e380256f44d4d260e6dd1f388d1b2 (patch) | |
| tree | 6fd0eb47eb94ca07f19537d34e9599180154866e | |
| parent | c9b965bde88f1003e68060b3267ddf502a1500d0 (diff) | |
| download | emacs-df8d6c14184e380256f44d4d260e6dd1f388d1b2.tar.gz emacs-df8d6c14184e380256f44d4d260e6dd1f388d1b2.zip | |
Improve index entry. Remove redundant ones.
| -rw-r--r-- | lispref/eval.texi | 4 |
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, | |||
| 252 | which ought to be a function or other suitable object. | 252 | which 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 |
| 257 | expression), a byte-code function, a primitive function, a Lisp macro, a | 256 | expression), a byte-code function, a primitive function, a Lisp macro, a |
| 258 | special form, or an autoload object. Each of these types is a case | 257 | special 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, |
| 536 | without evaluating it. This provides a way to include constant symbols | 534 | without evaluating it. This provides a way to include constant symbols |