diff options
| author | Bastien Guerry | 2014-01-17 13:43:51 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2014-01-17 13:43:51 +0100 |
| commit | 1a98c36400c01f862e1ec9c35c5818aaebdeae92 (patch) | |
| tree | 8fa78b2ccef5a7d52d11b2cca319b404db144e54 | |
| parent | 20adfbd8eaf2427526b582b60db74e0b408e0874 (diff) | |
| download | emacs-1a98c36400c01f862e1ec9c35c5818aaebdeae92.tar.gz emacs-1a98c36400c01f862e1ec9c35c5818aaebdeae92.zip | |
* building.texi (Commands of GUD): Fix keybinding for `gud-break'.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/building.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 8f6a79a0442..76f949b9c23 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-01-17 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * building.texi (Commands of GUD): Fix keybinding for `gud-break'. | ||
| 4 | |||
| 1 | 2014-01-15 Glenn Morris <rgm@gnu.org> | 5 | 2014-01-15 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * files.texi (File Conveniences): | 7 | * files.texi (File Conveniences): |
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 392c298fa70..c98b536a381 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -618,12 +618,12 @@ associated with an identifier when the program is not executing. | |||
| 618 | selecting stack frames, and stepping through the program. | 618 | selecting stack frames, and stepping through the program. |
| 619 | 619 | ||
| 620 | @table @kbd | 620 | @table @kbd |
| 621 | @item C-x @key{SPC} | 621 | @item C-x C-a C-b |
| 622 | @kindex C-x SPC | 622 | @kindex C-x C-a C-b |
| 623 | Set a breakpoint on the source line that point is on. | 623 | Set a breakpoint on the source line that point is on. |
| 624 | @end table | 624 | @end table |
| 625 | 625 | ||
| 626 | @kbd{C-x @key{SPC}} (@code{gud-break}), when called in a source | 626 | @kbd{C-x C-a C-b} (@code{gud-break}), when called in a source |
| 627 | buffer, sets a debugger breakpoint on the current source line. This | 627 | buffer, sets a debugger breakpoint on the current source line. This |
| 628 | command is available only after starting GUD@. If you call it in a | 628 | command is available only after starting GUD@. If you call it in a |
| 629 | buffer that is not associated with any debugger subprocess, it signals | 629 | buffer that is not associated with any debugger subprocess, it signals |