# HG changeset patch # User Richard M. Stallman # Date 1009505519 0 # Node ID 253eec84f7d3d62df95faea893b317c448c5425d # Parent bccfe69ee76a7f6b70e14981dd66587f2c32fe9d (describe-key): Doc fix. diff -r bccfe69ee76a -r 253eec84f7d3 lisp/help.el --- 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)))