diff options
| author | Luc Teirlinck | 2004-01-03 16:39:33 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-01-03 16:39:33 +0000 |
| commit | c30ea73f26cd3d83748cf8ea538dff8daddfc28f (patch) | |
| tree | a2837400a37b5618183e509b1e8f2c1263c96282 /lispref/eval.texi | |
| parent | 15502042230fbf94c50ac8a046c367948c66dc66 (diff) | |
| download | emacs-c30ea73f26cd3d83748cf8ea538dff8daddfc28f.tar.gz emacs-c30ea73f26cd3d83748cf8ea538dff8daddfc28f.zip | |
(Function Indirection): Add anchor.
Diffstat (limited to 'lispref/eval.texi')
| -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 |