diff options
| -rw-r--r-- | doc/emacs/building.texi | 4 |
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 |
| 1173 | which go out of scope. Sometimes, when re-entering the same function, | 1173 | which go out of scope. Sometimes, when re-entering the same function, |
| 1174 | it may be useful to set this value to nil so that you don't need to | 1174 | it may be useful to set this value to @code{nil} so that you don't |
| 1175 | recreate the watch expression. | 1175 | need 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 |