summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-12-06 13:12:38 +0000
committerGerd Moellmann <gerd@gnu.org>1999-12-06 13:12:38 +0000
commit6b1057f9f4111ee3859408f0b3b78d324cc08b30 (patch)
tree3907514461b8bead2152367bd45929d01ad2413a /lisp/apropos.el
parente8cbf721b4fc0bef0b60474c8d8eef2b236550ed (diff)
downloademacs-6b1057f9f4111ee3859408f0b3b78d324cc08b30.tar.gz
(apropos-mode): Add autoload cookie.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el1
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.