changeset 42357:253eec84f7d3

(describe-key): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Dec 2001 02:11:59 +0000
parents bccfe69ee76a
children bd1d3cd0bcd7
files lisp/help.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Thu Dec 27 15:09:44 2001 +0000
+++ b/lisp/help.el	Fri Dec 28 02:11:59 2001 +0000
@@ -461,7 +461,9 @@
 
 
 (defun describe-key (key)
-  "Display documentation of the function invoked by KEY.  KEY is a string."
+  "Display documentation of the function invoked by KEY.
+KEY should be a key sequence--when calling from a program,
+pass a string or a vector."
   (interactive "kDescribe key: ")
   (save-excursion
     (let ((modifiers (event-modifiers (aref key 0)))