]> git.eshelyaron.com Git - emacs.git/commitdiff
(Watch Expressions): Expand description.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 21 Nov 2005 21:52:20 +0000 (21:52 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 21 Nov 2005 21:52:20 +0000 (21:52 +0000)
man/ChangeLog
man/building.texi

index b95063cb2d90f600aa4bec242c9549742d491c4b..33a648696cfae7541a912c83db5d3c99d3f6ee2c 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (Watch Expressions): Expand description.
+
 2005-11-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * display.texi (Font Lock): Font lock is enabled by default now.
index 2bb2195ca4f68f513dba3567f3a5077ffeec6633..4fb627c572bd21d2124c81bd0e26b0582cbe007e 100644 (file)
@@ -902,9 +902,9 @@ icon in the tool bar (@code{gud-watch}).
 
 Each watch expression is displayed in the speedbar.  Complex data
 types, such as arrays, structures and unions are represented in a tree
-format.  Leaves show the name of the expression and its value and the
-data type displays as a tooltip.  Higher levels just show the name and
-the data type.
+format.  Leaves and simple data types show the name of the expression
+and its value, and display the type as a tooltip.  Higher levels
+just show the name and the data type.
 
 To expand or contract a complex data type, click @kbd{Mouse-2}
 on the tag to the left of the expression.