aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2006-11-10 09:12:16 +0000
committerGlenn Morris2006-11-10 09:12:16 +0000
commit958cdec20fa9f775d9b57f10995eb2b458d673bc (patch)
treef3fe6302378f11d7ae0ca0acc56293d0123f5e6f /lisp
parente55d98dff1c8dd60e6f29bf13ed1808b102dfffd (diff)
downloademacs-958cdec20fa9f775d9b57f10995eb2b458d673bc.tar.gz
emacs-958cdec20fa9f775d9b57f10995eb2b458d673bc.zip
(gdb-many-windows): Doc fix (Nil -> nil).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/gdb-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el
index 007033a87ba..be2b99c8975 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -312,7 +312,7 @@ Also display the main routine in the disassembly buffer if present."
312 :version "22.1") 312 :version "22.1")
313 313
314(defcustom gdb-many-windows nil 314(defcustom gdb-many-windows nil
315 "Nil means just pop up the GUD buffer unless `gdb-show-main' is t. 315 "nil means just pop up the GUD buffer unless `gdb-show-main' is t.
316In this case it starts with two windows: one displaying the GUD 316In this case it starts with two windows: one displaying the GUD
317buffer and the other with the source file with the main routine 317buffer and the other with the source file with the main routine
318of the debugged program. Non-nil means display the layout shown for 318of the debugged program. Non-nil means display the layout shown for