+2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
+
2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
* progmodes/python.el (python-eldoc-setup-code): Enhance string
;;;###autoload
(defun eww-search-words (&optional beg end)
- "Search the web for the text between the point and marker."
+ "Search the web for the text between the point and marker.
+See the `eww-search-prefix' variable for the search engine used."
(interactive "r")
(eww (buffer-substring beg end)))