changeset 73883:cab428f658e5

(gdb-many-windows): Doc fix (Nil -> nil).
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Nov 2006 09:12:16 +0000
parents e939675acbc7
children b021069be899
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Fri Nov 10 09:11:55 2006 +0000
+++ b/lisp/progmodes/gdb-ui.el	Fri Nov 10 09:12:16 2006 +0000
@@ -312,7 +312,7 @@
   :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