diff options
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 8d0be9b63cc..e6f9f173dea 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -483,7 +483,7 @@ or `keymap' property, return the binding of KEY in the string's keymap." (if (equal string otherstring) string (format "%s (translated from %s)" string otherstring)))))) - + (defun describe-key-briefly (key &optional insert untranslated) "Print the name of the function KEY invokes. KEY is a string. If INSERT (the prefix arg) is non-nil, insert the message in the buffer. |