]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode.
authorChong Yidong <cyd@gnu.org>
Tue, 23 Oct 2012 02:23:39 +0000 (10:23 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 23 Oct 2012 02:23:39 +0000 (10:23 +0800)
* doc/emacs/kmacro.texi (Edit Keyboard Macro): Fix typo.

Fixes: debbugs:12529
doc/emacs/ChangeLog
doc/emacs/kmacro.texi
doc/lispref/ChangeLog
doc/lispref/keymaps.texi

index 66bb2de921b995c8282bd19c3ce882b921a4676e..f1a3cdb6235101f6b93c5d540da163c3eda2513b 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-23  Chong Yidong  <cyd@gnu.org>
+
+       * kmacro.texi (Edit Keyboard Macro): Fix typo.
+
 2012-10-18  Dani Moncayo  <dmoncayo@gmail.com>
 
        * mini.texi (Completion Options): Fix off-by-one error.  (Bug#12644)
index 7a3f3151e5ce36f30eac1ad21aef63c51cfcc2c2..3b83d24e405a424daff19bffecad35b52bd8fe0c 100644 (file)
@@ -482,10 +482,11 @@ Edit the last 300 keystrokes as a keyboard macro
 @kindex C-x C-k C-e
 @kindex C-x C-k RET
   You can edit the last keyboard macro by typing @kbd{C-x C-k C-e} or
-@kbd{C-x C-k RET} (@code{kmacro-edit-macro}).  This formats the macro
-definition in a buffer and enters a specialized major mode for editing
-it.  Type @kbd{C-h m} once in that buffer to display details of how to
-edit the macro.  When you are finished editing, type @kbd{C-c C-c}.
+@kbd{C-x C-k @key{RET}} (@code{kmacro-edit-macro}).  This formats the
+macro definition in a buffer and enters a specialized major mode for
+editing it.  Type @kbd{C-h m} once in that buffer to display details
+of how to edit the macro.  When you are finished editing, type
+@kbd{C-c C-c}.
 
 @findex edit-kbd-macro
 @kindex C-x C-k e
index 76d0452b9e7a50fcbb14ce0fdfb9833cd99bdaba..c18c29d6d631f3d7d4715f67525d5386295cf42e 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-23  Chong Yidong  <cyd@gnu.org>
+
+       * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
+       (Bug#12529).
+
 2012-10-22  Glenn Morris  <rgm@gnu.org>
 
        * os.texi (Recording Input): Tiny fix.
index 40dfcaea043a8a96c0ada65d6d5e6b60295bca87..9fa6193a804b36f67469db586de226c90806fd24 100644 (file)
@@ -78,11 +78,11 @@ representations, @ref{Init Rebinding,,, emacs, The GNU Emacs Manual}.
 @defmac kbd keyseq-text
 This macro converts the text @var{keyseq-text} (a string constant)
 into a key sequence (a string or vector constant).  The contents of
-@var{keyseq-text} should describe the key sequence using almost the same
-syntax used in this manual.  More precisely, it uses the same syntax
-that Edit Macro mode uses for editing keyboard macros (@pxref{Edit
-Keyboard Macro,,, emacs, The GNU Emacs Manual}); you must surround
-function key names with @samp{<@dots{}>}.
+@var{keyseq-text} should use the same syntax as in the buffer invoked
+by the @kbd{C-x C-k @key{RET}} (@code{kmacro-edit-macro}) command; in
+particular, you must surround function key names with
+@samp{<@dots{}>}.  @xref{Edit Keyboard Macro,,, emacs, The GNU Emacs
+Manual}.
 
 @example
 (kbd "C-x") @result{} "\C-x"