]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767)
authorEli Zaretskii <eliz@gnu.org>
Sun, 20 Jun 2021 07:01:25 +0000 (10:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 20 Jun 2021 07:01:25 +0000 (10:01 +0300)
lisp/help-mode.el

index 24b7ffaa2a3fd8819cb50cebc812d39a236b64a0..4e73551cfb31d5956f008fe53e8b8e3029ee7090 100644 (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))