Function: userlock--fontify-key
userlock--fontify-key is a byte-compiled function defined in
userlock.el.gz.
Signature
(userlock--fontify-key KEY)
Documentation
Add the help-key-binding face to string KEY.
Source Code
;; Defined in /usr/src/emacs/lisp/userlock.el.gz
(defun userlock--fontify-key (key)
"Add the `help-key-binding' face to string KEY."
(propertize key 'face 'help-key-binding))