X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d2fc7e3d0f6f57f962cbd94df3bf4fd15a37bb68..34dc21db6e57ebbad81a196002fcd3cc557f096e:/lisp/macros.el diff --git a/lisp/macros.el b/lisp/macros.el index 554f89a8a6..eb7f9809b4 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -1,9 +1,9 @@ ;;; macros.el --- non-primitive commands for keyboard macros -;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2011 -;; Free Software Foundation, Inc. +;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2014 Free Software +;; Foundation, Inc. -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: abbrev ;; Package: emacs @@ -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).