aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-11-10 09:38:11 +0000
committerNick Roberts2006-11-10 09:38:11 +0000
commitae4c58a755c319d92d9b884a2cb71ec0efa76382 (patch)
treeb7bd7de3161dd17b364bf9988fceda0787622e31
parent5938a663251a3030e8e75b1768cdac9e97699f9e (diff)
downloademacs-ae4c58a755c319d92d9b884a2cb71ec0efa76382.tar.gz
emacs-ae4c58a755c319d92d9b884a2cb71ec0efa76382.zip
(gdb-many-windows): Start doc string
with a capital.
-rw-r--r--lisp/progmodes/gdb-ui.el8
1 files 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."
312 :version "22.1") 312 :version "22.1")
313 313
314(defcustom gdb-many-windows nil 314(defcustom gdb-many-windows nil
315 "nil means just pop up the GUD buffer unless `gdb-show-main' is t. 315 "If nil just pop up the GUD buffer unless `gdb-show-main' is t.
316In this case it starts with two windows: one displaying the GUD 316In this case start with two windows: one displaying the GUD
317buffer and the other with the source file with the main routine 317buffer and the other with the source file with the main routine
318of the debugged program. Non-nil means display the layout shown for 318of the debugged program. Non-nil means display the layout shown
319`gdba'." 319for `gdba'."
320 :type 'boolean 320 :type 'boolean
321 :group 'gud 321 :group 'gud
322 :version "22.1") 322 :version "22.1")