]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/eww.el (eww-search-words): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Sep 2020 15:07:44 +0000 (18:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 Sep 2020 15:07:44 +0000 (18:07 +0300)
lisp/net/eww.el

index 568b96f4d58e4f56cc849789504122e3f9d1fa8e..449618bd672ffc4fde91fefd22c92294653484e9 100644 (file)
@@ -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))))