aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-10-06 18:11:38 +0200
committerLars Magne Ingebrigtsen2011-10-06 18:11:38 +0200
commit6d823bb253b97c66e4ceeec16e63e7ac722af687 (patch)
tree9971178f97762e0f922c458bb351a14e57352233
parent8e3459ce231980256226b23116dd9b356a8769f8 (diff)
downloademacs-6d823bb253b97c66e4ceeec16e63e7ac722af687.tar.gz
emacs-6d823bb253b97c66e4ceeec16e63e7ac722af687.zip
* progmodes/gdb-mi.el (gdb): Fix typo in doc string.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/progmodes/gdb-mi.el2
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 630be9ea044..e9217fbe8ee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,10 @@
12011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4
12011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com> 52011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 6
3 * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only 7 * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only
4 in current minibuffer (Fix bug with recursive minibuffers). 8 in current minibuffer (Fix bug with recursive minibuffers).
5 9
62011-10-06 Chong Yidong <cyd@stupidchicken.com> 102011-10-06 Chong Yidong <cyd@stupidchicken.com>
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.
609It should be a string consisting of the name of the gdb 609It should be a string consisting of the name of the gdb
610executable followed by command-line options. The command-line 610executable followed by command-line options. The command-line
611options should include \"-i=mi\" to use gdb's MI text interface. 611options should include \"-i=mi\" to use gdb's MI text interface.
612Note that the old \"--anotate\" option is no longer supported. 612Note that the old \"--annotate\" option is no longer supported.
613 613
614If `gdb-many-windows' is nil (the default value) then gdb just 614If `gdb-many-windows' is nil (the default value) then gdb just
615pops up the GUD buffer unless `gdb-show-main' is t. In this case 615pops up the GUD buffer unless `gdb-show-main' is t. In this case