From: Eli Zaretskii Date: Sun, 20 Jun 2021 07:01:25 +0000 (+0300) Subject: ; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767) X-Git-Tag: emacs-28.0.90~2075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a17f40911e26e35f9df50ca0c04dcb4ab504114b;p=emacs.git ; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767) --- diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 24b7ffaa2a3..4e73551cfb3 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -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))