aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-05 15:31:57 +0000
committerRichard M. Stallman2002-12-05 15:31:57 +0000
commit60f1a6ef102914525fb3ac12371eb22fe9e4e6a4 (patch)
tree4a0809baee0ac715fa8c9c96aa967952e8c78a12
parentbd0f7fd3df899c562a8ec0495932ba1b01c65999 (diff)
downloademacs-60f1a6ef102914525fb3ac12371eb22fe9e4e6a4.tar.gz
emacs-60f1a6ef102914525fb3ac12371eb22fe9e4e6a4.zip
(outline-mode): Doc fix.
-rw-r--r--lisp/textmodes/outline.el1
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
224The remaining commands are used when point is on a heading line. 225The remaining commands are used when point is on a heading line.
225They apply to some of the body or subheadings of that heading. 226They apply to some of the body or subheadings of that heading.