emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/01: * net/eww.el (eww-search-words): Mention `e


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] [emacs] 01/01: * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
Date: Sat, 15 Nov 2014 20:19:18 +0000

larsi pushed a commit to branch master
in repository emacs.

commit e68a171ebddb0b3d1c7a11e55a2983c9690f2d5f
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Sat Nov 15 21:18:58 2014 +0100

    * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
---
 lisp/ChangeLog  |    4 ++++
 lisp/net/eww.el |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c7533f..5eb4e3a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-15  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
+
 2014-11-15  Fabián Ezequiel Gallina  <address@hidden>
 
        * progmodes/python.el (python-eldoc-setup-code): Enhance string
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index af11e97..93aecb6 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]