emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eli Zaretskii
Subject: master a17f409: ; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767)
Date: Sun, 20 Jun 2021 03:01:37 -0400 (EDT)

branch: master
commit a17f40911e26e35f9df50ca0c04dcb4ab504114b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 24b7ffa..4e73551 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]