]> git.eshelyaron.com Git - emacs.git/commitdiff
(Watch Expressions): Remove obscure sentence.
authorNick Roberts <nickrob@snap.net.nz>
Fri, 2 Nov 2007 04:12:31 +0000 (04:12 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Fri, 2 Nov 2007 04:12:31 +0000 (04:12 +0000)
man/building.texi

index 989c5732711ca22b6c42ec89f844e7e4076e5a6a..3a52182724dd12a5c435d4a6aeda132675d84013 100644 (file)
@@ -1118,11 +1118,9 @@ scope less noticeable.  When a variable goes out of scope you can't
 edit its value.
 
 @vindex gdb-delete-out-of-scope
-  If the variable @code{gdb-delete-out-of-scope} is
-non-@code{nil} (the default value), Emacs automatically deletes watch
-expressions which go out of scope.  This is safest because GDB may
-think that a variable in a new frame is an old one that previously
-went of of scope.  Sometimes, when re-entering the same function,
+  If the variable @code{gdb-delete-out-of-scope} is non-@code{nil}
+(the default value), Emacs automatically deletes watch expressions
+which go out of scope.  Sometimes, when re-entering the same function,
 it may be useful to set this value to nil so that you don't need to
 recreate the watch expression.