emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 82a16c5 1/2: Fix some duplicate word typos


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 82a16c5 1/2: Fix some duplicate word typos
Date: Sat, 28 Oct 2017 20:10:43 -0400 (EDT)

branch: emacs-26
commit 82a16c547bc32fda6073c97b6c8989b473f0315b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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.
---
 doc/misc/ede.texi     | 2 +-
 doc/misc/flymake.texi | 2 +-
 doc/misc/gnus.texi    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index a791701..4bf0e8d 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -2555,7 +2555,7 @@ Return address@hidden 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 b0a5649..e2a80bb 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 88e121a..d1f31a3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]