From: Nick Roberts Date: Mon, 21 Nov 2005 21:52:20 +0000 (+0000) Subject: (Watch Expressions): Expand description. X-Git-Tag: emacs-pretest-22.0.90~5726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f86711a4829c83bde8e5355181407e797b35fdc1;p=emacs.git (Watch Expressions): Expand description. --- diff --git a/man/ChangeLog b/man/ChangeLog index b95063cb2d9..33a648696cf 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2005-11-22 Nick Roberts + + * building.texi (Watch Expressions): Expand description. + 2005-11-21 Chong Yidong * display.texi (Font Lock): Font lock is enabled by default now. diff --git a/man/building.texi b/man/building.texi index 2bb2195ca4f..4fb627c572b 100644 --- a/man/building.texi +++ b/man/building.texi @@ -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.