Function: help-key

help-key is a byte-compiled function defined in help.el.gz.

Signature

(help-key)

Documentation

Return help-char in a format suitable for the keymap-set KEY argument.

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun help-key ()
  "Return `help-char' in a format suitable for the `keymap-set' KEY argument."
  (key-description (char-to-string help-char)))