* net/eww.el (eww-search-words): Mention `eww-search-prefix'.
This commit is contained in:
parent
9ae5396b8f
commit
e68a171ebd
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue