# HG changeset patch # User Nick Roberts # Date 1193976751 0 # Node ID d80c84a0912f14e7981334c75d3eac5a7dfc73d9 # Parent 2a7f5d50fe6fec5935384c434301137ababe9cd5 (Watch Expressions): Remove obscure sentence. diff -r 2a7f5d50fe6f -r d80c84a0912f man/building.texi --- a/man/building.texi Fri Nov 02 04:11:00 2007 +0000 +++ b/man/building.texi Fri Nov 02 04:12:31 2007 +0000 @@ -1118,11 +1118,9 @@ 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.