diff options
| -rw-r--r-- | lisp/textmodes/outline.el | 4 |
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." | |||
| 163 | (defvar outline-view-change-hook nil | 163 | (defvar outline-view-change-hook nil |
| 164 | "Normal hook to be run after outline visibility changes.") | 164 | "Normal hook to be run after outline visibility changes.") |
| 165 | 165 | ||
| 166 | ;;;autoload | 166 | ;;;###autoload |
| 167 | (defun outline-mode () | 167 | (defun outline-mode () |
| 168 | "Set major mode for editing outlines with selective display. | 168 | "Set major mode for editing outlines with selective display. |
| 169 | Headings are lines which start with asterisks: one for major headings, | 169 | Headings are lines which start with asterisks: one for major headings, |
| @@ -251,7 +251,7 @@ After that, changing the prefix key requires manipulating keymaps." | |||
| 251 | (cons (cons 'outline-minor-mode outline-minor-mode-map) | 251 | (cons (cons 'outline-minor-mode outline-minor-mode-map) |
| 252 | minor-mode-map-alist))) | 252 | minor-mode-map-alist))) |
| 253 | 253 | ||
| 254 | ;;;autoload | 254 | ;;;###autoload |
| 255 | (defun outline-minor-mode (&optional arg) | 255 | (defun outline-minor-mode (&optional arg) |
| 256 | "Toggle Outline minor mode. | 256 | "Toggle Outline minor mode. |
| 257 | With arg, turn Outline minor mode on if arg is positive, off otherwise. | 257 | With arg, turn Outline minor mode on if arg is positive, off otherwise. |