From a17f40911e26e35f9df50ca0c04dcb4ab504114b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 20 Jun 2021 10:01:25 +0300 Subject: [PATCH] ; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767) --- lisp/help-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5