summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-02-04 12:08:46 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-02-04 12:08:46 +0100
commitb12d22f6afd75d7556e301304c0529936828cf2b (patch)
treedc400b177cb068f88cfd2c7a9ea7adccc8ad8961 /lisp/help-fns.el
parent859a4cb6b22f75a3456e29d08fcfe9b8940fbe8b (diff)
Don't ask the user to make a bug report on missing arglists
* 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.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index da905192467..b03a4404129 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -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