branch: master
commit 8c8b3e8eb7b8f09b06a6a9e212946077e8d9f80d
Author: Michael Heerdegen <[email protected]>
Commit: Michael Heerdegen <[email protected]>
* debbugs-gnu.el (debbugs-gnu-phrase-prompt): Small fix in help-echo.
---
packages/debbugs/debbugs-gnu.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index 6c8c282..d89d612 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -411,10 +411,8 @@ Derived from `calendar-read'."
"Enter search phrase: "
'help-echo "\
The search phrase contains words to be searched for, combined by
-operators like AND, ANDNOT and OR. If there is no operator
-between the words, AND is used by default. The phrase can also
-be empty, in this case only the following attributes are used for
-search."))
+operators like AND, ANDNOT and OR. The phrase can also be empty,
+in this case only the following attributes are used for search."))
;;;###autoload
(defun debbugs-gnu-search (&optional phrase query severities packages
archivedp)