]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/search.texi (Word Search): Spelling fixes.
authorRobert Pluim <rpluim@gmail.com>
Tue, 15 Oct 2024 08:16:22 +0000 (10:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:49:59 +0000 (20:49 +0200)
(cherry picked from commit 4d90a1d820916985e5e135254926f5554ddd3e46)

doc/emacs/search.texi

index 40b04bc8e501df16d6288e8e0819abdd601307c8..3515ef1ad72fd56a9941accc114a02b83c64d6cf 100644 (file)
@@ -807,21 +807,21 @@ look up, using the word at point as the default, then asks the @sc{dict}
 server to provide the definitions of that word in one or more
 dictionaries.  By default, the command first tries to connect to the
 @sc{dict} server installed on the local host, and if that fails, it
-tries @file{dict.org} after your confirmation; customize the variable
+tries @file{dict.org} after asking for confirmation; customize the variable
 @code{dictionary-server} to specify, as a string, the URL of a single
 server to use (use @samp{localhost} if you want to query only the local
 server).  Normally, @code{dictionary-search} tells the server to look up
 the word in all the dictionaries available to the server, but if you
 invoke the command with a prefix argument, it will prompt for a single
-dictionary to look.  The list of dictionaries available to a server can
+dictionary to use.  The list of dictionaries available to a server can
 be displayed by pressing the @samp{Select dictionary} button shown in
 the @file{*Dictionary*} buffer, described below.
 
-  First time you use @code{dictionary-search}, it creates a new
+  The first time you use @code{dictionary-search}, it creates a new
 @file{*Dictionary*} buffer and turns on a special mode in it.  The
 buffer shows buttons for selecting a dictionary, searching a definition
 of another word, etc.  Subsequent @code{dictionary-search} commands
-reuse this buffer.  To create another such buffer (e.g., too look up
+reuse this buffer.  To create another such buffer (e.g., to look up
 other words, perhaps in another dictionary), type @w{@kbd{M-x dictionary
 @key{RET}}}.