From: Eli Zaretskii Date: Fri, 29 Jul 2022 11:12:24 +0000 (+0300) Subject: ; Improve NEWS entries for buttons and icons X-Git-Tag: emacs-29.0.90~1447^2~669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=501eb685be94f36e41e57bf48f3dcbb3bcd8a028;p=emacs.git ; Improve NEWS entries for buttons and icons * etc/NEWS: Improve documentation of 'outline-minor-mode-use-buttons'. --- diff --git a/etc/NEWS b/etc/NEWS index 6241d5286bd..b6f77e3e492 100644 --- 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