comparison lisp/progmodes/gdb-ui.el @ 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 cab428f658e5
children 5de20af288db c71725faff1a dbe3f29e61d6
comparison
equal deleted inserted replaced
73889:3ef4e0f7bd79 73890:2896142f6964
310 :type 'boolean 310 :type 'boolean
311 :group 'gud 311 :group 'gud
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.
316 In this case it starts with two windows: one displaying the GUD 316 In this case start with two windows: one displaying the GUD
317 buffer and the other with the source file with the main routine 317 buffer and the other with the source file with the main routine
318 of the debugged program. Non-nil means display the layout shown for 318 of the debugged program. Non-nil means display the layout shown
319 `gdba'." 319 for `gdba'."
320 :type 'boolean 320 :type 'boolean
321 :group 'gud 321 :group 'gud
322 :version "22.1") 322 :version "22.1")
323 323
324 (defcustom gdb-use-separate-io-buffer nil 324 (defcustom gdb-use-separate-io-buffer nil