diff options
| author | Luc Teirlinck | 2006-02-02 05:36:43 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-02-02 05:36:43 +0000 |
| commit | 85aea0a0901257c4a964ca4f9817a364bfae3a3f (patch) | |
| tree | 9e4ef8ba76aaab9b60bfe59974b9ef7a18af91ff | |
| parent | 4be1db94ca9fb284e58ac0eec7d938a23ebc1202 (diff) | |
| download | emacs-85aea0a0901257c4a964ca4f9817a364bfae3a3f.tar.gz emacs-85aea0a0901257c4a964ca4f9817a364bfae3a3f.zip | |
(Save Keyboard Macro): Add missing @kbd to @table.
| -rw-r--r-- | man/kmacro.texi | 2 |
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 |
| 436 | Give a command name (for the duration of the Emacs session) to the most | 436 | Give a command name (for the duration of the Emacs session) to the most |
| 437 | recently defined keyboard macro (@code{kmacro-name-last-macro}). | 437 | recently defined keyboard macro (@code{kmacro-name-last-macro}). |