* building.texi (Commands of GUD): Fix keybinding for `gud-break'.
authorBastien Guerry <bzg@gnu.org>
Fri, 17 Jan 2014 12:43:51 +0000 (13:43 +0100)
committerBastien Guerry <bzg@gnu.org>
Fri, 17 Jan 2014 12:43:51 +0000 (13:43 +0100)
doc/emacs/ChangeLog
doc/emacs/building.texi

index 8f6a79a..76f949b 100644 (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):
index 392c298..c98b536 100644 (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