diff options
author | Richard M. Stallman <rms@gnu.org> | 1991-03-14 19:46:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1991-03-14 19:46:44 +0000 |
commit | 45fb13c382f91ec9f889d8a0a7dd1909c101649a (patch) | |
tree | 3bf29d7d870659821a15bdbf01149badfcf67244 /lisp/macros.el | |
parent | cb11196fc79f6da3abcf17659ec15eb145b83f8a (diff) | |
download | emacs-45fb13c382f91ec9f889d8a0a7dd1909c101649a.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/macros.el')
-rw-r--r-- | lisp/macros.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/macros.el b/lisp/macros.el index bd2bd9ce449..cdfd97e9860 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -20,7 +20,7 @@ (defun name-last-kbd-macro (symbol) "Assign a name to the last keyboard macro defined. -One arg, a symbol, which is the name to define. +Argument SYMBOL is the name to define. The symbol's function definition becomes the keyboard macro string. Such a \"function\" cannot be called from Lisp, but it is a valid command definition for the editor command loop." |