diff options
| author | Richard M. Stallman | 2002-12-05 15:31:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-05 15:31:57 +0000 |
| commit | 60f1a6ef102914525fb3ac12371eb22fe9e4e6a4 (patch) | |
| tree | 4a0809baee0ac715fa8c9c96aa967952e8c78a12 | |
| parent | bd0f7fd3df899c562a8ec0495932ba1b01c65999 (diff) | |
| download | emacs-60f1a6ef102914525fb3ac12371eb22fe9e4e6a4.tar.gz emacs-60f1a6ef102914525fb3ac12371eb22fe9e4e6a4.zip | |
(outline-mode): Doc fix.
| -rw-r--r-- | lisp/textmodes/outline.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el index 696e2eb9466..b857615c7a7 100644 --- a/lisp/textmodes/outline.el +++ b/lisp/textmodes/outline.el | |||
| @@ -220,6 +220,7 @@ Commands:\\<outline-mode-map> | |||
| 220 | 220 | ||
| 221 | \\[hide-body] make all text invisible (not headings). | 221 | \\[hide-body] make all text invisible (not headings). |
| 222 | \\[show-all] make everything in buffer visible. | 222 | \\[show-all] make everything in buffer visible. |
| 223 | \\[hide-sublevels] make only the first N levels of headers visible. | ||
| 223 | 224 | ||
| 224 | The remaining commands are used when point is on a heading line. | 225 | The remaining commands are used when point is on a heading line. |
| 225 | They apply to some of the body or subheadings of that heading. | 226 | They apply to some of the body or subheadings of that heading. |