emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 60f2a486e9: ; * etc/NEWS: Minor fixes. (Bug#57169)


From: Eli Zaretskii
Subject: master 60f2a486e9: ; * etc/NEWS: Minor fixes. (Bug#57169)
Date: Sat, 13 Aug 2022 06:40:29 -0400 (EDT)

branch: master
commit 60f2a486e9d183c80e388d1fec7bab3754aaaebf
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Minor fixes.  (Bug#57169)
---
 etc/NEWS | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index f876916bb6..6ff8548921 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1348,9 +1348,9 @@ value there.
 +++
 *** You can now generate a backtrace from Lisp errors in redisplay.
 To do this, set the new variable 'backtrace-on-redisplay-error' to a
-non-nil value.  The backtrace will be written to buffer
-*Redisplay-trace*.  This buffer will not be automatically displayed in
-a window.
+non-nil value.  The backtrace will be written to a special buffer
+named "*Redisplay-trace*".  This buffer will not be automatically
+displayed in a window.
 
 ** Compile
 
@@ -1754,11 +1754,6 @@ The new ':doc-spec-function' element can be used to 
compute the
 ':doc-spec' element when the user asks for info on that particular
 mode (instead of at load time).
 
-** Subr-x
-
-+++
-*** New macro 'with-memoization' provides a very primitive form of memoization.
-
 ** Ansi-color
 
 ---
@@ -2650,6 +2645,9 @@ If Emacs was built with native-compilation enabled, Lisp 
programs can
 now call 'symbol-file' with the new optional 3rd argument non-nil to
 request the name of the .eln file which defined a given symbol.
 
++++
+** New macro 'with-memoization' provides a very primitive form of memoization.
+
 ** Themes
 
 ---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]