; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767)

This commit is contained in:
Eli Zaretskii 2021-06-20 10:01:25 +03:00
parent 415143de47
commit a17f40911e

View file

@ -750,7 +750,7 @@ See `help-make-xrefs'."
'emacs-lisp-mode))
(defun help-customize ()
"Customize variable or face."
"Customize variable or face whose doc string is shown in the current buffer."
(interactive nil help-mode)
(let ((sym (plist-get help-mode--current-data :symbol)))
(unless (or (boundp sym) (facep sym))