aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-02-02 05:36:43 +0000
committerLuc Teirlinck2006-02-02 05:36:43 +0000
commit85aea0a0901257c4a964ca4f9817a364bfae3a3f (patch)
tree9e4ef8ba76aaab9b60bfe59974b9ef7a18af91ff
parent4be1db94ca9fb284e58ac0eec7d938a23ebc1202 (diff)
downloademacs-85aea0a0901257c4a964ca4f9817a364bfae3a3f.tar.gz
emacs-85aea0a0901257c4a964ca4f9817a364bfae3a3f.zip
(Save Keyboard Macro): Add missing @kbd to @table.
-rw-r--r--man/kmacro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/kmacro.texi b/man/kmacro.texi
index 4599dc40ae2..89cd8f9e54b 100644
--- a/man/kmacro.texi
+++ b/man/kmacro.texi
@@ -431,7 +431,7 @@ register as a counter, incrementing it on each repetition of the macro.
431@node Save Keyboard Macro 431@node Save Keyboard Macro
432@section Naming and Saving Keyboard Macros 432@section Naming and Saving Keyboard Macros
433 433
434@table 434@table @kbd
435@item C-x C-k n 435@item C-x C-k n
436Give a command name (for the duration of the Emacs session) to the most 436Give a command name (for the duration of the Emacs session) to the most
437recently defined keyboard macro (@code{kmacro-name-last-macro}). 437recently defined keyboard macro (@code{kmacro-name-last-macro}).