; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767)
This commit is contained in:
parent
415143de47
commit
a17f40911e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue