emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116316: * macros.el (insert-kbd-macro): Doc fix.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116316: * macros.el (insert-kbd-macro): Doc fix.
Date: Sat, 08 Feb 2014 03:05:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116316
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16025
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 19:03:50 -0800
message:
  * macros.el (insert-kbd-macro): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/macros.el                 macros.el-20091113204419-o5vbwnq5f7feedwu-72
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 02:55:04 +0000
+++ b/lisp/ChangeLog    2014-02-08 03:03:50 +0000
@@ -1,3 +1,7 @@
+2014-02-08  Lars Ingebrigtsen  <address@hidden>
+
+       * macros.el (insert-kbd-macro): Doc fix (bug#16025).
+
 2014-02-08  Glenn Morris  <address@hidden>
 
        * help-fns.el (describe-variable):

=== modified file 'lisp/macros.el'
--- a/lisp/macros.el    2014-01-01 07:43:34 +0000
+++ b/lisp/macros.el    2014-02-08 03:03:50 +0000
@@ -51,7 +51,8 @@
 
 ;;;###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).
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]