]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor documentation improvements for outline-minor-mode (bug#61062)
authorJuri Linkov <juri@linkov.net>
Sat, 28 Jan 2023 17:59:22 +0000 (19:59 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 28 Jan 2023 17:59:22 +0000 (19:59 +0200)
* doc/emacs/text.texi (Outline Minor Mode, Outline Minor Mode):
Add pxrefs to "Icons" and "Outline Visibility".

* etc/NEWS: Mention outline-minor-mode for two modes.

doc/emacs/text.texi
etc/NEWS

index 83d5869ee64e1eeffdde611e46043146cf1199a9..3cc5f10582a9088b271d85ff2a93034159f6d223 100644 (file)
@@ -1017,14 +1017,16 @@ this variable is @code{insert}, the buttons are inserted directly into
 the buffer text, so @key{RET} on the button will also toggle display
 of the section, like a mouse click does.  If the value is
 @code{in-margins}, Outline minor mode will use the window margins to
-indicate that a section is hidden.
+indicate that a section is hidden.  The buttons are customizable as icons
+(@pxref{Icons}).
 
 @vindex outline-minor-mode-cycle
   If the @code{outline-minor-mode-cycle} user option is
-non-@code{nil}, the @kbd{TAB} and @kbd{S-@key{TAB}} keys are enabled on the
-outline heading lines.  @kbd{TAB} cycles hiding, showing the
-sub-heading, and showing all for the current section.  @kbd{S-@key{TAB}}
-does the same for the entire buffer.
+non-@code{nil}, the @kbd{TAB} and @kbd{S-@key{TAB}} keys that cycle
+the visibility are enabled on the outline heading lines
+(@pxref{Outline Visibility, outline-cycle}).  @kbd{TAB} cycles hiding,
+showing the sub-heading, and showing all for the current section.
+@kbd{S-@key{TAB}} does the same for the entire buffer.
 
 @node Outline Format
 @subsection Format of Outlines
index 4d1996768485b58d0ffdc42e57e71a11802594d6..fb211f9b7d09416a1f0e2ecdca62e9ec16ab2dee 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1018,6 +1018,8 @@ quotes removed.
 
 ---
 *** 'M-x apropos-variable' output now includes values of variables.
+Such apropos buffer is more easily viewed with outlining after
+enabling 'outline-minor-mode' in 'apropos-mode'.
 
 +++
 *** New docstring syntax to indicate that symbols shouldn't be links.
@@ -2480,6 +2482,10 @@ matches.
 ---
 *** New function 'xref-show-xrefs'.
 
+*** 'outline-minor-mode' is supported in Xref buffers.
+You can enable outlining by adding 'outline-minor-mode' to
+'xref-after-update-hook'.
+
 ** File Notifications
 
 +++