+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):
;;;###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).