# HG changeset patch # User Glenn Morris # Date 1163149936 0 # Node ID cab428f658e5b21f63622ff9c3537134b94fd4cb # Parent e939675acbc74f2d0169ad9bf456e51b6f4ef895 (gdb-many-windows): Doc fix (Nil -> nil). diff -r e939675acbc7 -r cab428f658e5 lisp/progmodes/gdb-ui.el --- 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