diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-12-06 13:12:38 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-12-06 13:12:38 +0000 |
commit | bd041acef29c924bab0dbbf77f477a0c3fbdf1f2 (patch) | |
tree | 5863374accd21ebe2393af0f5571d791c151b8f3 /lisp/apropos.el | |
parent | 41074bb37aef06844b2b187b8deae1ef7bd35351 (diff) | |
download | emacs-bd041acef29c924bab0dbbf77f477a0c3fbdf1f2.tar.gz |
(apropos-mode): Add autoload cookie.
Diffstat (limited to 'lisp/apropos.el')
-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." (defvar apropos-item () "Current item in or for apropos-accumulator.") +;;;###autoload (defun apropos-mode () "Major mode for following hyperlinks in output of apropos commands. |