diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-07 19:03:50 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-07 19:03:50 -0800 |
commit | 518f26c27ba8bf59a642ec0dd3c21e8915e10eef (patch) | |
tree | 77db5b09e060152500653abafa1292c478b0614e /lisp/macros.el | |
parent | dd8e49fda275d10b7c62c18be022f7d27f67ddb6 (diff) | |
download | emacs-518f26c27ba8bf59a642ec0dd3c21e8915e10eef.tar.gz |
* macros.el (insert-kbd-macro): Doc fix.
Fixes: debbugs:16025
Diffstat (limited to 'lisp/macros.el')
-rw-r--r-- | lisp/macros.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/macros.el b/lisp/macros.el index 4b79570924f..152ceba4a1e 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -51,7 +51,8 @@ Such a \"function\" cannot be called from Lisp, but it is a valid editor command ;;;###autoload (defun insert-kbd-macro (macroname &optional keys) - "Insert in buffer the definition of kbd macro NAME, as Lisp code. + "Insert in buffer the definition of kbd macro MACRONAME, as Lisp code. +MACRONAME should be a symbol. Optional second arg KEYS means also record the keys it is on \(this is the prefix argument, when calling interactively). |