]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Dec 2022 13:32:41 +0000 (15:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Dec 2022 13:32:41 +0000 (15:32 +0200)
etc/NEWS

index e92e3b846822a90882c7102c3643f09db0cdbd6c..0c1fdfc454b4a18f4da2ba37fd2bed4f1994469e 100644 (file)
--- 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