]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/help-mode.el (help-xref-button): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Jun 2022 12:49:11 +0000 (15:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Jun 2022 12:49:11 +0000 (15:49 +0300)
lisp/help-mode.el

index a1b03700dbf3c608e232afe01cf14584d4d79edc..219e3c7b862de1c3e18362b6b00fb47e9d65c03a 100644 (file)
@@ -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)))