mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(gdb-many-windows): Doc fix (Nil -> nil).
This commit is contained in:
parent
e55d98dff1
commit
958cdec20f
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ 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.
|
||||
"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
|
||||
buffer and the other with the source file with the main routine
|
||||
of the debugged program. Non-nil means display the layout shown for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue