aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-25 03:40:25 +0000
committerChong Yidong2008-11-25 03:40:25 +0000
commitde933755929348b37db40c547cbea6a3230f685e (patch)
tree94ca515a3704a420a21761dcdda4ce37d519131b
parent56221db73dbf64f00874c3f3d857358ec073dec8 (diff)
downloademacs-de933755929348b37db40c547cbea6a3230f685e.tar.gz
emacs-de933755929348b37db40c547cbea6a3230f685e.zip
(Watch Expressions): Fix typo.
-rw-r--r--doc/emacs/building.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index f69c6a62823..8b17831b380 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -1171,8 +1171,8 @@ edit its value.
1171 If the variable @code{gdb-delete-out-of-scope} is non-@code{nil} 1171 If the variable @code{gdb-delete-out-of-scope} is non-@code{nil}
1172(the default value), Emacs automatically deletes watch expressions 1172(the default value), Emacs automatically deletes watch expressions
1173which go out of scope. Sometimes, when re-entering the same function, 1173which go out of scope. Sometimes, when re-entering the same function,
1174it may be useful to set this value to nil so that you don't need to 1174it may be useful to set this value to @code{nil} so that you don't
1175recreate the watch expression. 1175need to recreate the watch expression.
1176 1176
1177@vindex gdb-use-colon-colon-notation 1177@vindex gdb-use-colon-colon-notation
1178 If the variable @code{gdb-use-colon-colon-notation} is 1178 If the variable @code{gdb-use-colon-colon-notation} is