]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve NEWS entries for buttons and icons
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Jul 2022 11:12:24 +0000 (14:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Jul 2022 11:12:24 +0000 (14:12 +0300)
* etc/NEWS: Improve documentation of
'outline-minor-mode-use-buttons'.

etc/NEWS

index 6241d5286bdcce1b4614d5b57dcd69f602a17eaf..b6f77e3e492577e144cc1a03ded1a29bbba4954d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -851,7 +851,8 @@ or is itself too long.
 +++
 *** New user option 'outline-minor-mode-use-buttons'.
 If non-nil, Outline Minor Mode will use buttons to hide/show outlines
-in addition to the ellipsis.  The default is nil.
+in addition to the ellipsis.  The default is nil in editing modes, but
+non-nil in 'special-mode' and its derivatives.
 
 +++
 ** Support for the WebP image format.
@@ -1339,7 +1340,11 @@ characters instead of just 'SPC' and 'TAB'.
 ---
 ** New mode, 'emacs-news-mode', for editing the NEWS file.
 This mode adds some highlighting, fixes the 'M-q' command, and has
-commands for doing maintenance.
+commands for doing maintenance of the Emacs NEWS files.  In addition,
+this mode turns on 'outline-minor-mode', and thus displays
+customizable icons (see 'icon-preference') on heading lines.  To
+disable these icons, customize 'outline-minor-mode-use-buttons' to a
+nil value.
 
 ---
 ** Kmacro