]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the eww-search-words description in the Emacs manual
authorFabrice Bauzac <libnoon@gmail.com>
Sat, 22 Jul 2017 07:43:11 +0000 (10:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Jul 2017 07:43:11 +0000 (10:43 +0300)
* doc/emacs/search.texi (Word Search):
Include the key binding for eww-search-words in the manual.
Fix the spelling of the 'eww-search-words' command.

Copyright-paperwork-exempt: yes

doc/emacs/search.texi

index 905df025d290e7997cc003192fe8a92de5bd6c4a..0950670c8357c8e2849a87b60abfe051a993e54a 100644 (file)
@@ -582,6 +582,8 @@ word search (@code{isearch-forward-word}).
 Search for @var{words}, using a forward nonincremental word search.
 @item M-s w C-r @key{RET} @var{words} @key{RET}
 Search backward for @var{words}, using a nonincremental word search.
+@item M-s M-w
+Search the Web for the text in region.
 @end table
 
 @kindex M-s w
@@ -617,12 +619,14 @@ toggling lax whitespace matching (@pxref{Lax Search, lax space
 matching}) has no effect on them.
 
 @kindex M-s M-w
-@findex eww-search-word
+@findex eww-search-words
 @vindex eww-search-prefix
-  Search the Web for the text in region.  This command performs an
-Internet search for the words in region using the search engine whose
-@acronym{URL} is specified by the variable @code{eww-search-prefix}.
-@xref{Basics, EWW, , eww, The Emacs Web Wowser Manual}.
+  To search the Web for the text in region, type @kbd{M-s M-w}.  This
+command performs an Internet search for the words in region using the
+search engine whose @acronym{URL} is specified by the variable
+@code{eww-search-prefix}.  @xref{Basics, EWW, , eww, The Emacs Web
+Wowser Manual}.
+
 
 @node Symbol Search
 @section Symbol Search