# HG changeset patch # User Nick Roberts # Date 1163151491 0 # Node ID 2896142f696404ac8f8a94005d239e883d0be595 # Parent 3ef4e0f7bd79f32288a885311c5474b1bc977c5c (gdb-many-windows): Start doc string with a capital. diff -r 3ef4e0f7bd79 -r 2896142f6964 lisp/progmodes/gdb-ui.el --- 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")