]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't ask the user to make a bug report on missing arglists
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 11:08:46 +0000 (12:08 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 11:08:46 +0000 (12:08 +0100)
* lisp/help-fns.el (help-fns--signature): Don't ask the user to
make a bug report (bug#30223) because the symbol may very well be
one that the user has defined themselves.
(help-fns-function-description-header): Ditto.

lisp/help-fns.el

index da90519246729c39effbd7d2dfd31dc1da4c5bd1..b03a440412968df5d1766f791ece64246be6593a 100644 (file)
@@ -533,7 +533,7 @@ suitable file is found, return nil."
                     (format "\nMacro: %s"
                             (help--docstring-quote
                              (format-kbd-macro real-def))))
-                   (t "[Missing arglist.  Please make a bug report.]")))
+                   (t "[Missing arglist.]")))
              ;; Insert "`X", not "(\` X)", when documenting `X.
              (use1 (replace-regexp-in-string
                     "\\`(\\\\=\\\\\\\\=` \\([^\n ]*\\))\\'"
@@ -839,7 +839,7 @@ Returns a list of the form (REAL-FUNCTION DEF ALIASED REAL-DEF)."
                 (t "")))
 
     (if (and aliased (not (fboundp real-def)))
-       (princ ",\nwhich is not defined.  Please make a bug report.")
+       (princ ",\nwhich is not defined.")
       (with-current-buffer standard-output
        (save-excursion
          (save-match-data