diff options
| author | Glenn Morris | 2006-11-10 09:12:16 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-11-10 09:12:16 +0000 |
| commit | 958cdec20fa9f775d9b57f10995eb2b458d673bc (patch) | |
| tree | f3fe6302378f11d7ae0ca0acc56293d0123f5e6f /lisp | |
| parent | e55d98dff1c8dd60e6f29bf13ed1808b102dfffd (diff) | |
| download | emacs-958cdec20fa9f775d9b57f10995eb2b458d673bc.tar.gz emacs-958cdec20fa9f775d9b57f10995eb2b458d673bc.zip | |
(gdb-many-windows): Doc fix (Nil -> nil).
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/gdb-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 007033a87ba..be2b99c8975 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el | |||
| @@ -312,7 +312,7 @@ 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 | "nil means 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 it starts 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 for |