Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
518f26c2
Commit
518f26c2
authored
Feb 07, 2014
by
Lars Ingebrigtsen
Browse files
* macros.el (insert-kbd-macro): Doc fix.
Fixes: debbugs:16025
parent
dd8e49fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/macros.el
lisp/macros.el
+2
-1
No files found.
lisp/ChangeLog
View file @
518f26c2
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):
...
...
lisp/macros.el
View file @
518f26c2
...
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment