diff options
| -rw-r--r-- | lispref/eval.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/eval.texi b/lispref/eval.texi index fcfde5849dd..7d1ebb9d307 100644 --- a/lispref/eval.texi +++ b/lispref/eval.texi | |||
| @@ -313,6 +313,7 @@ symbol function indirection when calling @code{erste}. | |||
| 313 | perform symbol function indirection explicitly. | 313 | perform symbol function indirection explicitly. |
| 314 | 314 | ||
| 315 | @c Emacs 19 feature | 315 | @c Emacs 19 feature |
| 316 | @anchor{Definition of indirect-function} | ||
| 316 | @defun indirect-function function | 317 | @defun indirect-function function |
| 317 | This function returns the meaning of @var{function} as a function. If | 318 | This function returns the meaning of @var{function} as a function. If |
| 318 | @var{function} is a symbol, then it finds @var{function}'s function | 319 | @var{function} is a symbol, then it finds @var{function}'s function |