From 9c670695b91deb3424a74cd2b0f6a37356a4efcc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Dec 2022 15:32:41 +0200 Subject: [PATCH] ; * 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 -- 2.39.2