From: Bastien Guerry Date: Fri, 17 Jan 2014 12:43:51 +0000 (+0100) Subject: * building.texi (Commands of GUD): Fix keybinding for `gud-break'. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/1a98c36400c01f862e1ec9c35c5818aaebdeae92 * building.texi (Commands of GUD): Fix keybinding for `gud-break'. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 8f6a79a044..76f949b9c2 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2014-01-17 Bastien Guerry + + * building.texi (Commands of GUD): Fix keybinding for `gud-break'. + 2014-01-15 Glenn Morris * files.texi (File Conveniences): diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 392c298fa7..c98b536a38 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. 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