changeset 73890:2896142f6964

(gdb-many-windows): Start doc string with a capital.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 10 Nov 2006 09:38:11 +0000
parents 3ef4e0f7bd79
children 7e65038a5be1
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Fri Nov 10 09:34:56 2006 +0000
+++ b/lisp/progmodes/gdb-ui.el	Fri Nov 10 09:38:11 2006 +0000
@@ -312,11 +312,11 @@
   :version "22.1")
 
 (defcustom gdb-many-windows nil
-  "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
+  "If nil just pop up the GUD buffer unless `gdb-show-main' is t.
+In this case start 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
-`gdba'."
+of the debugged program.  Non-nil means display the layout shown
+for `gdba'."
   :type 'boolean
   :group 'gud
   :version "22.1")