From: Nick Roberts Date: Mon, 23 Feb 2004 00:43:09 +0000 (+0000) Subject: (Watch Expressions): Update. X-Git-Tag: ttn-vms-21-2-B4~7480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1a3a37ad30b61b4f4387291750921a6dca9c9e3;p=emacs.git (Watch Expressions): Update. --- diff --git a/man/building.texi b/man/building.texi index 1613357684d..2985a04895c 100644 --- a/man/building.texi +++ b/man/building.texi @@ -705,7 +705,7 @@ on the tag to the left of the expression. @kindex RET @r{(GDB speedbar)} @findex gdb-var-delete With the cursor over the root expression of a complex data type, type -@key{RET} or click @kbd{Mouse-2} to delete it from the speedbar +@key{D} to delete it from the speedbar (@code{gdb-var-delete}). @findex gdb-edit-value @@ -714,13 +714,16 @@ data type which holds a value, type @key{RET} or click @kbd{Mouse-2} to edit its value. A prompt for a new value appears in the mini-buffer (@code{gdb-edit-value}). -If you set the variable @code{gdb-show-changed-values} to a -non-@code{nil} value, then Emacs will use font-lock-warning-face to -display values that have recently changed in the speedbar. +If you set the variable @code{gdb-show-changed-values} to +non-@code{nil} (the default value), then Emacs will use +font-lock-warning-face to display values that have recently changed in +the speedbar. If you set the variable @code{gdb-use-colon-colon-notation} to a non-@code{nil} value, then, in C, Emacs will use the FUNCTION::VARIABLE format to display variables in the speedbar. +Since this does not work for variables defined in compound statements, +the default value is @code{nil}. @node Other Buffers @subsubsection Other Buffers