aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.