diff options
| author | Luc Teirlinck | 2004-02-18 04:40:53 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-02-18 04:40:53 +0000 |
| commit | 0a9e14ddf8b5c1fc372601f190213b01a87132f4 (patch) | |
| tree | cba9262ffc94e434a7b66ea96539df61453b39de | |
| parent | 8e5d85ffc015951676f9223b50263e88c569b5b2 (diff) | |
| download | emacs-0a9e14ddf8b5c1fc372601f190213b01a87132f4.tar.gz emacs-0a9e14ddf8b5c1fc372601f190213b01a87132f4.zip | |
(Related Topics): Fix xrefs.
| -rw-r--r-- | lispref/functions.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi index 4b727e76506..427389b4a68 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi | |||
| @@ -1320,7 +1320,7 @@ See @ref{Anonymous Functions}. | |||
| 1320 | See @ref{Calling Functions}. | 1320 | See @ref{Calling Functions}. |
| 1321 | 1321 | ||
| 1322 | @item indirect-function | 1322 | @item indirect-function |
| 1323 | See @ref{Definition of indirect-function}. | 1323 | See @ref{Function Indirection}. |
| 1324 | 1324 | ||
| 1325 | @item interactive | 1325 | @item interactive |
| 1326 | See @ref{Using Interactive}. | 1326 | See @ref{Using Interactive}. |
| @@ -1341,7 +1341,7 @@ See @ref{Char-Tables}. | |||
| 1341 | See @ref{Mapping Functions}. | 1341 | See @ref{Mapping Functions}. |
| 1342 | 1342 | ||
| 1343 | @item undefined | 1343 | @item undefined |
| 1344 | See @ref{Key Lookup}. | 1344 | See @ref{Functions for Key Lookup}. |
| 1345 | @end table | 1345 | @end table |
| 1346 | 1346 | ||
| 1347 | @ignore | 1347 | @ignore |