From: Eli Zaretskii Date: Mon, 20 Jun 2022 12:49:11 +0000 (+0300) Subject: ; * lisp/help-mode.el (help-xref-button): Doc fix. X-Git-Tag: emacs-29.0.90~1447^2~1586 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7aeef934be65ed86993181f3ad3b4b074a6afaa;p=emacs.git ; * lisp/help-mode.el (help-xref-button): Doc fix. --- diff --git a/lisp/help-mode.el b/lisp/help-mode.el index a1b03700dbf..219e3c7b862 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)))