diff options
| -rw-r--r-- | lisp/progmodes/gdb-ui.el | 8 |
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. |
| 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") |