From: Glenn Morris Date: Sat, 28 Oct 2017 23:42:23 +0000 (-0700) Subject: Fix some duplicate word typos X-Git-Tag: emacs-26.0.91~440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82a16c547bc32fda6073c97b6c8989b473f0315b;p=emacs.git Fix some duplicate word typos * doc/misc/ede.texi (ede-target): * doc/misc/flymake.texi (Using Flymake): * doc/misc/gnus.texi (The namazu Engine): Fix typos. --- diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index a79170179bc..4bf0e8dbb2c 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi @@ -2555,7 +2555,7 @@ Return non-@code{nil} if @var{THIS} target wants @var{FILE}. @end deffn @deffn Method project-add-file :AFTER ot file -Add the current buffer into project project target @var{OT}. +Add the current buffer into project target @var{OT}. Argument @var{FILE} is the file to add. @end deffn diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index b0a56492bcd..e2a80bb5f11 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -65,7 +65,7 @@ modify this GNU manual.'' @cindex using flymake Flymake is a universal on-the-fly buffer checker implemented as an -Emacs minor minor. To use Flymake, you must first activate +Emacs minor mode. To use Flymake, you must first activate @code{flymake-mode} by using the command @kbd{flymake-mode}. When enabled, Flymake collects information about problems in the diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 88e121a07b0..d1f31a33dd8 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -21386,7 +21386,7 @@ correct group name @samp{mail.misc}. Extra switches may be passed to the namazu search command by setting the variable @code{nnir-namazu-additional-switches}. It is particularly -important not to pass any any switches to namazu that will change the +important not to pass any switches to namazu that will change the output format. Good switches to use include @option{--sort}, @option{--ascending}, @option{--early} and @option{--late}. Refer to the Namazu documentation for further