diff options
Diffstat (limited to 'lisp/erc/erc-button.el')
-rw-r--r-- | lisp/erc/erc-button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 8e1be30f352..749ae5db5a2 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el @@ -122,7 +122,7 @@ longer than `erc-fill-column'." :type 'string) (defcustom erc-button-search-url "http://duckduckgo.com/?q=%s" - "URL used to browse Google search references. + "URL used to search for a term. %s is replaced by the search string." :version "27.1" :group 'erc-button |