Fix the eww-search-words description in the Emacs manual

* 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
This commit is contained in:
Fabrice Bauzac
2017-07-22 10:43:11 +03:00
committed by Eli Zaretskii
parent 2ec8f28c59
commit 353d138517

View 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