]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/eww.el (eww-search-words): Mention `eww-search-prefix'.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 15 Nov 2014 20:18:58 +0000 (21:18 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 15 Nov 2014 20:19:12 +0000 (21:19 +0100)
lisp/ChangeLog
lisp/net/eww.el

index 5c7533f107336a1305dc0a33d03bf5171f6d63e8..5eb4e3a8a7a157a602faf4ef59c423644b22bfcc 100644 (file)
@@ -1,3 +1,7 @@
+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
index af11e97043e05313418605e14cbf64e8e097efc3..93aecb6895cdda2ba2361f370bbd431e85b6923e 100644 (file)
@@ -200,7 +200,8 @@ word(s) will be searched for via `eww-search-prefix'."
 
 ;;;###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)))