From: Mattias EngdegÄrd Date: Thu, 21 Jul 2022 14:22:23 +0000 (+0200) Subject: ; * etc/NEWS: use the right outline level X-Git-Tag: emacs-29.0.90~1447^2~818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2df22fa016247dccc632b2cb4fc5b8ffb4c3c7c;p=emacs.git ; * etc/NEWS: use the right outline level --- diff --git a/etc/NEWS b/etc/NEWS index 9de106c26ff..5da0fdb7693 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2527,12 +2527,12 @@ value. The byte compiler will now issue a warning if it encounters these forms. +++ -*** 'restore-buffer-modified-p' can now alter buffer auto-save state. +** 'restore-buffer-modified-p' can now alter buffer auto-save state. With a FLAG value of 'autosaved', it will mark the buffer as having been auto-saved since the time of last modification. --- -*** New minor mode 'isearch-fold-quotes-mode'. +** New minor mode 'isearch-fold-quotes-mode'. This sets up 'search-default-mode' so that quote characters are char-folded into each other. It is used, by default, in "*Help*" and "*info*" buffers.