summaryrefslogtreecommitdiff
path: root/lisp/textmodes/outline.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/outline.el')
-rw-r--r--lisp/textmodes/outline.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el
index 9c3341158de..bd290509216 100644
--- a/lisp/textmodes/outline.el
+++ b/lisp/textmodes/outline.el
@@ -163,7 +163,7 @@ in the file it applies to."
(defvar outline-view-change-hook nil
"Normal hook to be run after outline visibility changes.")
-;;;autoload
+;;;###autoload
(defun outline-mode ()
"Set major mode for editing outlines with selective display.
Headings are lines which start with asterisks: one for major headings,
@@ -251,7 +251,7 @@ After that, changing the prefix key requires manipulating keymaps."
(cons (cons 'outline-minor-mode outline-minor-mode-map)
minor-mode-map-alist)))
-;;;autoload
+;;;###autoload
(defun outline-minor-mode (&optional arg)
"Toggle Outline minor mode.
With arg, turn Outline minor mode on if arg is positive, off otherwise.