emacs-diffs
[Top][All Lists]
Advanced

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

master a7aeef934b: ; * lisp/help-mode.el (help-xref-button): Doc fix.


From: Eli Zaretskii
Subject: master a7aeef934b: ; * lisp/help-mode.el (help-xref-button): Doc fix.
Date: Mon, 20 Jun 2022 08:49:43 -0400 (EDT)

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

    ; * lisp/help-mode.el (help-xref-button): Doc fix.
---
 lisp/help-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index a1b03700db..219e3c7b86 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -699,8 +699,8 @@ regexp.  TYPE is the type of button to use.  Any remaining 
arguments are
 passed to the button's help-function when it is invoked.
 See `help-make-xrefs'.
 
-This function heeds the `help-clean-buttons' variable and will
-remove quotes surrounding the match if non-nil."
+This function removes quotes surrounding the match if the
+variable `help-clean-buttons' is non-nil."
   ;; Don't mung properties we've added specially in some instances.
   (let ((beg (match-beginning match-number))
         (end (match-end match-number)))



reply via email to

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