summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-ui.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-11-10 09:12:16 +0000
committerGlenn Morris <rgm@gnu.org>2006-11-10 09:12:16 +0000
commit958cdec20fa9f775d9b57f10995eb2b458d673bc (patch)
treef3fe6302378f11d7ae0ca0acc56293d0123f5e6f /lisp/progmodes/gdb-ui.el
parente55d98dff1c8dd60e6f29bf13ed1808b102dfffd (diff)
downloademacs-958cdec20fa9f775d9b57f10995eb2b458d673bc.tar.gz
(gdb-many-windows): Doc fix (Nil -> nil).
Diffstat (limited to 'lisp/progmodes/gdb-ui.el')
-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."
:version "22.1")
(defcustom gdb-many-windows nil
- "Nil means just pop up the GUD buffer unless `gdb-show-main' is t.
+ "nil means just pop up the GUD buffer unless `gdb-show-main' is t.
In this case it starts with two windows: one displaying the GUD
buffer and the other with the source file with the main routine
of the debugged program. Non-nil means display the layout shown for