diff options
| -rw-r--r-- | lisp/apropos.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 19a8aab206b..61cc0fda3f0 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -125,6 +125,7 @@ for the regexp; the part that matches gets displayed in this font." | |||
| 125 | (defvar apropos-item () | 125 | (defvar apropos-item () |
| 126 | "Current item in or for apropos-accumulator.") | 126 | "Current item in or for apropos-accumulator.") |
| 127 | 127 | ||
| 128 | ;;;###autoload | ||
| 128 | (defun apropos-mode () | 129 | (defun apropos-mode () |
| 129 | "Major mode for following hyperlinks in output of apropos commands. | 130 | "Major mode for following hyperlinks in output of apropos commands. |
| 130 | 131 | ||