emacs-diffs
[Top][All Lists]
Advanced

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

master 9c670695b91: ; * etc/NEWS: Fix last change.


From: Eli Zaretskii
Subject: master 9c670695b91: ; * etc/NEWS: Fix last change.
Date: Sat, 10 Dec 2022 08:33:18 -0500 (EST)

branch: master
commit 9c670695b91deb3424a74cd2b0f6a37356a4efcc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Fix last change.
---
 etc/NEWS | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index e92e3b84682..0c1fdfc454b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,18 +42,19 @@ connection.
 * Changes in Specialized Modes and Packages in Emacs 30.1
 ---
 ** Variable order and truncation can now be configured in gdb-many-window mode.
-The new variable `gdb-locals-table-row-config' allows users to
+The new variable 'gdb-locals-table-row-config' allows users to
 configure the order and max length of various properties in the local
-variables buffer when using `gdb-many-windows'.
+variables buffer when using 'gdb-many-windows'.
 
 By default, this variable is set to write the properties in the order:
-name, type and value.  Where the name and type are truncated to 20
-characters, and the value is truncated to the value of
-`gdb-locals-value-limit'.
+name, type and value, where the name and type are truncated to 20
+characters, and the value is truncated according to the value of
+'gdb-locals-value-limit'.
 
-In order to restore the old display behavior, set
-`gdb-locals-table-row-config' to `((type . 0)(name . 0)(value
-. ,gdb-locals-value-limit)).
+If you want to get back the old behavior, set
+'gdb-locals-table-row-config' to  the value
+
+  ((type . 0)(name . 0)(value . ,gdb-locals-value-limit)).
 
 ** VC
 



reply via email to

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