From: Lars Magne Ingebrigtsen Date: Thu, 6 Oct 2011 16:11:38 +0000 (+0200) Subject: * progmodes/gdb-mi.el (gdb): Fix typo in doc string. X-Git-Tag: emacs-pretest-24.0.91~197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d823bb253b97c66e4ceeec16e63e7ac722af687;p=emacs.git * progmodes/gdb-mi.el (gdb): Fix typo in doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 630be9ea044..e9217fbe8ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,10 @@ +2011-10-06 Lars Magne Ingebrigtsen + + * progmodes/gdb-mi.el (gdb): Fix typo in doc string. + 2011-10-06 Thierry Volpiatto - * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only + * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only in current minibuffer (Fix bug with recursive minibuffers). 2011-10-06 Chong Yidong diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index a9af1ecf67b..22db7b2e5f4 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -609,7 +609,7 @@ COMMAND-LINE is the shell command for starting the gdb session. It should be a string consisting of the name of the gdb executable followed by command-line options. The command-line options should include \"-i=mi\" to use gdb's MI text interface. -Note that the old \"--anotate\" option is no longer supported. +Note that the old \"--annotate\" option is no longer supported. If `gdb-many-windows' is nil (the default value) then gdb just pops up the GUD buffer unless `gdb-show-main' is t. In this case