emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 6f73cc3: ; * lisp/net/eww.el (eww-search-words): Doc fix.


From: Eli Zaretskii
Subject: emacs-27 6f73cc3: ; * lisp/net/eww.el (eww-search-words): Doc fix.
Date: Tue, 29 Sep 2020 11:08:22 -0400 (EDT)

branch: emacs-27
commit 6f73cc357994c2776ff8cd4f12804ebb20d29efd
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/net/eww.el (eww-search-words): Doc fix.
---
 lisp/net/eww.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 568b96f..449618b 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -363,11 +363,11 @@ the default EWW buffer."
 
 ;;;###autoload
 (defun eww-search-words ()
-  "Search the web for the text between BEG and END.
+  "Search the web for the text in the region.
 If region is active (and not whitespace), search the web for
-the text between BEG and END.  Else, prompt the user for a search
-string.  See the `eww-search-prefix' variable for the search
-engine used."
+the text between region beginning and end.  Else, prompt the
+user for a search string.  See the variable `eww-search-prefix'
+for the search engine used."
   (interactive)
   (if (use-region-p)
       (let ((region-string (buffer-substring (region-beginning) (region-end))))



reply via email to

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