diff options
| author | Lars Magne Ingebrigtsen | 2011-10-06 18:11:38 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-10-06 18:11:38 +0200 |
| commit | 6d823bb253b97c66e4ceeec16e63e7ac722af687 (patch) | |
| tree | 9971178f97762e0f922c458bb351a14e57352233 | |
| parent | 8e3459ce231980256226b23116dd9b356a8769f8 (diff) | |
| download | emacs-6d823bb253b97c66e4ceeec16e63e7ac722af687.tar.gz emacs-6d823bb253b97c66e4ceeec16e63e7ac722af687.zip | |
* progmodes/gdb-mi.el (gdb): Fix typo in doc string.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 2 |
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 @@ | |||
| 1 | 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * progmodes/gdb-mi.el (gdb): Fix typo in doc string. | ||
| 4 | |||
| 1 | 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 5 | 2011-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 | ||
| 6 | 2011-10-06 Chong Yidong <cyd@stupidchicken.com> | 10 | 2011-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. | |||
| 609 | It should be a string consisting of the name of the gdb | 609 | It should be a string consisting of the name of the gdb |
| 610 | executable followed by command-line options. The command-line | 610 | executable followed by command-line options. The command-line |
| 611 | options should include \"-i=mi\" to use gdb's MI text interface. | 611 | options should include \"-i=mi\" to use gdb's MI text interface. |
| 612 | Note that the old \"--anotate\" option is no longer supported. | 612 | Note that the old \"--annotate\" option is no longer supported. |
| 613 | 613 | ||
| 614 | If `gdb-many-windows' is nil (the default value) then gdb just | 614 | If `gdb-many-windows' is nil (the default value) then gdb just |
| 615 | pops up the GUD buffer unless `gdb-show-main' is t. In this case | 615 | pops up the GUD buffer unless `gdb-show-main' is t. In this case |