diff options
| author | Juanma Barranquero | 2003-02-04 11:26:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 11:26:42 +0000 |
| commit | 71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (patch) | |
| tree | 0204c3c252547a44e2404959409034406f7680cd /lisp/help.el | |
| parent | 693ff6134cb2ec65c7d188696f012662edadfbf0 (diff) | |
| download | emacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.tar.gz emacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.zip | |
Trailing whitespace deleted.
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." | |||
| 483 | (if (equal string otherstring) | 483 | (if (equal string otherstring) |
| 484 | string | 484 | string |
| 485 | (format "%s (translated from %s)" string otherstring)))))) | 485 | (format "%s (translated from %s)" string otherstring)))))) |
| 486 | 486 | ||
| 487 | (defun describe-key-briefly (key &optional insert untranslated) | 487 | (defun describe-key-briefly (key &optional insert untranslated) |
| 488 | "Print the name of the function KEY invokes. KEY is a string. | 488 | "Print the name of the function KEY invokes. KEY is a string. |
| 489 | If INSERT (the prefix arg) is non-nil, insert the message in the buffer. | 489 | If INSERT (the prefix arg) is non-nil, insert the message in the buffer. |