From: Eli Zaretskii Date: Sat, 10 Dec 2022 13:32:41 +0000 (+0200) Subject: ; * etc/NEWS: Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c670695b91deb3424a74cd2b0f6a37356a4efcc;p=emacs.git ; * etc/NEWS: Fix last change. --- 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