diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-03 16:39:33 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-03 16:39:33 +0000 |
commit | c30ea73f26cd3d83748cf8ea538dff8daddfc28f (patch) | |
tree | a2837400a37b5618183e509b1e8f2c1263c96282 /lispref/eval.texi | |
parent | 15502042230fbf94c50ac8a046c367948c66dc66 (diff) | |
download | emacs-c30ea73f26cd3d83748cf8ea538dff8daddfc28f.tar.gz |
(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}. perform symbol function indirection explicitly. @c Emacs 19 feature +@anchor{Definition of indirect-function} @defun indirect-function function This function returns the meaning of @var{function} as a function. If @var{function} is a symbol, then it finds @var{function}'s function |