emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106009: * progmodes/gdb-mi.el (gdb):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106009: * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
Date: Thu, 06 Oct 2011 18:11:38 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106009
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-10-06 18:11:38 +0200
message:
  * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
modified:
  lisp/ChangeLog
  lisp/progmodes/gdb-mi.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-06 16:06:01 +0000
+++ b/lisp/ChangeLog    2011-10-06 16:11:38 +0000
@@ -1,6 +1,10 @@
+2011-10-06  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
+
 2011-10-06  Thierry Volpiatto  <address@hidden>
 
-       * 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  <address@hidden>

=== modified file 'lisp/progmodes/gdb-mi.el'
--- a/lisp/progmodes/gdb-mi.el  2011-10-06 14:55:10 +0000
+++ b/lisp/progmodes/gdb-mi.el  2011-10-06 16:11:38 +0000
@@ -609,7 +609,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]