]> git.eshelyaron.com Git - emacs.git/commitdiff
* macros.el (insert-kbd-macro): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 03:03:50 +0000 (19:03 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 03:03:50 +0000 (19:03 -0800)
Fixes: debbugs:16025
lisp/ChangeLog
lisp/macros.el

index 6890915509fb51f44fb19b38cc329b2e839fd0f0..7d11d09fc98f2bf7dc7d2e6c85dc2b0b009f3080 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * macros.el (insert-kbd-macro): Doc fix (bug#16025).
+
 2014-02-08  Glenn Morris  <rgm@gnu.org>
 
        * help-fns.el (describe-variable):
index 4b79570924f0d66248440e38bed3a781ea42bebc..152ceba4a1ec2b13a0c3fb0eff40da6903d61fc6 100644 (file)
@@ -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).