emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116054: * building.texi (Commands of GUD): Fix keyb


From: Bastien Guerry
Subject: [Emacs-diffs] trunk r116054: * building.texi (Commands of GUD): Fix keybinding for `gud-break'.
Date: Fri, 17 Jan 2014 12:44:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116054
revision-id: address@hidden
parent: address@hidden
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Fri 2014-01-17 13:43:51 +0100
message:
  * building.texi (Commands of GUD): Fix keybinding for `gud-break'.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/building.texi        
building.texi-20091113204419-o5vbwnq5f7feedwu-6235
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-01-16 08:34:43 +0000
+++ b/doc/emacs/ChangeLog       2014-01-17 12:43:51 +0000
@@ -1,3 +1,7 @@
+2014-01-17  Bastien Guerry  <address@hidden>
+
+       * building.texi (Commands of GUD): Fix keybinding for `gud-break'.
+
 2014-01-15  Glenn Morris  <address@hidden>
 
        * files.texi (File Conveniences):

=== modified file 'doc/emacs/building.texi'
--- a/doc/emacs/building.texi   2014-01-09 19:11:39 +0000
+++ b/doc/emacs/building.texi   2014-01-17 12:43:51 +0000
@@ -618,12 +618,12 @@
 selecting stack frames, and stepping through the program.
 
 @table @kbd
address@hidden C-x @key{SPC}
address@hidden C-x SPC
address@hidden C-x C-a C-b
address@hidden 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 address@hidden  If you call it in a
 buffer that is not associated with any debugger subprocess, it signals


reply via email to

[Prev in Thread] Current Thread [Next in Thread]