aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2014-01-17 13:43:51 +0100
committerBastien Guerry2014-01-17 13:43:51 +0100
commit1a98c36400c01f862e1ec9c35c5818aaebdeae92 (patch)
tree8fa78b2ccef5a7d52d11b2cca319b404db144e54
parent20adfbd8eaf2427526b582b60db74e0b408e0874 (diff)
downloademacs-1a98c36400c01f862e1ec9c35c5818aaebdeae92.tar.gz
emacs-1a98c36400c01f862e1ec9c35c5818aaebdeae92.zip
* building.texi (Commands of GUD): Fix keybinding for `gud-break'.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/building.texi6
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 @@
12014-01-17 Bastien Guerry <bzg@gnu.org>
2
3 * building.texi (Commands of GUD): Fix keybinding for `gud-break'.
4
12014-01-15 Glenn Morris <rgm@gnu.org> 52014-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.
618selecting stack frames, and stepping through the program. 618selecting 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
623Set a breakpoint on the source line that point is on. 623Set 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
627buffer, sets a debugger breakpoint on the current source line. This 627buffer, sets a debugger breakpoint on the current source line. This
628command is available only after starting GUD@. If you call it in a 628command is available only after starting GUD@. If you call it in a
629buffer that is not associated with any debugger subprocess, it signals 629buffer that is not associated with any debugger subprocess, it signals