From ae4c58a755c319d92d9b884a2cb71ec0efa76382 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Fri, 10 Nov 2006 09:38:11 +0000 Subject: [PATCH] (gdb-many-windows): Start doc string with a capital. --- lisp/progmodes/gdb-ui.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index be2b99c8975..225952366dd 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -312,11 +312,11 @@ 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. -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") -- 2.39.5