]> code.delx.au - gnu-emacs/commitdiff
(gdb-many-windows): Doc fix (Nil -> nil).
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 09:12:16 +0000 (09:12 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 09:12:16 +0000 (09:12 +0000)
lisp/progmodes/gdb-ui.el

index 007033a87bacf9d900b8172c42d0f9b5b0413981..be2b99c897553004c34338f38b0c6040e046c654 100644 (file)
@@ -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