* building.texi (Commands of GUD): Fix keybinding for `gud-break'.

This commit is contained in:
Bastien Guerry 2014-01-17 13:43:51 +01:00
parent 20adfbd8ea
commit 1a98c36400
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2014-01-17 Bastien Guerry <bzg@gnu.org>
* building.texi (Commands of GUD): Fix keybinding for `gud-break'.
2014-01-15 Glenn Morris <rgm@gnu.org>
* files.texi (File Conveniences):

View file

@ -618,12 +618,12 @@ associated with an identifier when the program is not executing.
selecting stack frames, and stepping through the program.
@table @kbd
@item C-x @key{SPC}
@kindex C-x SPC
@item C-x C-a C-b
@kindex C-x C-a C-b
Set a breakpoint on the source line that point is on.
@end table
@kbd{C-x @key{SPC}} (@code{gud-break}), when called in a source
@kbd{C-x C-a C-b} (@code{gud-break}), when called in a source
buffer, sets a debugger breakpoint on the current source line. This
command is available only after starting GUD@. If you call it in a
buffer that is not associated with any debugger subprocess, it signals