diff options
| -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 |