diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-10-08 15:26:47 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-10-08 15:26:47 +0000 |
commit | beb0e974239950c6cd33c678c14814d316ee20ba (patch) | |
tree | 5f93f862f875cbaba47bd27129a7cc9d25e9e743 /man/text.texi | |
parent | 3a8803c0be71d245afe39e0ec2711e3ee424e731 (diff) | |
download | emacs-beb0e974239950c6cd33c678c14814d316ee20ba.tar.gz |
(Outline Visibility): Mention reveal-mode.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/text.texi b/man/text.texi index 44d01f3e72c..d80cb087a8f 100644 --- a/man/text.texi +++ b/man/text.texi @@ -1142,9 +1142,12 @@ leading up from there to top level in the outline). setting @code{selective-display-ellipses} to @code{nil}. Then there is no visible indication of the presence of invisible lines. +@findex reveal-mode When incremental search finds text that is hidden by Outline mode, it makes that part of the buffer visible. If you exit the search -at that position, the text remains visible. +at that position, the text remains visible. You can also +automatically make text visible as you navigate in it by using +@kbd{M-x reveal-mode}. @node Outline Views @subsection Viewing One Outline in Multiple Views |