]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/gdb-mi.el (gdb): Fix typo in doc string.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 6 Oct 2011 16:11:38 +0000 (18:11 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 6 Oct 2011 16:11:38 +0000 (18:11 +0200)
lisp/ChangeLog
lisp/progmodes/gdb-mi.el

index 630be9ea044fe1161502e4d89ac0284889490bbb..e9217fbe8ee0d6dedfc226fe475450c9168fb4b6 100644 (file)
@@ -1,6 +1,10 @@
+2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
+
 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
-       * 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  <cyd@stupidchicken.com>
index a9af1ecf67be501e115a4be1eebda24970c2a2c0..22db7b2e5f47becde54326fe19f21c6bd81757c1 100644 (file)
@@ -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