diff options
| author | Richard M. Stallman | 2003-05-28 11:20:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-05-28 11:20:42 +0000 |
| commit | 201bc1bdf63326cd21070bf7f5ef3d5fa7976878 (patch) | |
| tree | 7be5b1bdee9e7b49f2fd80522a5e24a8d4c0fb5c | |
| parent | c2fe6e7a073483a643ef946c9b44b0504736cc53 (diff) | |
| download | emacs-201bc1bdf63326cd21070bf7f5ef3d5fa7976878.tar.gz emacs-201bc1bdf63326cd21070bf7f5ef3d5fa7976878.zip | |
(Info-index): Add autoload cookie.
| -rw-r--r-- | lisp/info.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index 732fabb32ea..5e895f250d6 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1986,6 +1986,7 @@ parent node." | |||
| 1986 | (let ((Info-history nil)) | 1986 | (let ((Info-history nil)) |
| 1987 | (Info-goto-node (Info-extract-menu-node-name)))) | 1987 | (Info-goto-node (Info-extract-menu-node-name)))) |
| 1988 | 1988 | ||
| 1989 | ;;;###autoload | ||
| 1989 | (defun Info-index (topic) | 1990 | (defun Info-index (topic) |
| 1990 | "Look up a string TOPIC in the index for this file. | 1991 | "Look up a string TOPIC in the index for this file. |
| 1991 | The index is defined as the first node in the top level menu whose | 1992 | The index is defined as the first node in the top level menu whose |