From 353d138517e3418857068e071d0b0b5fced4fca4 Mon Sep 17 00:00:00 2001 From: Fabrice Bauzac Date: Sat, 22 Jul 2017 10:43:11 +0300 Subject: [PATCH] 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 --- doc/emacs/search.texi | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 905df025d29..0950670c835 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -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 -- 2.39.2