aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2017-10-28 16:42:23 -0700
committerGlenn Morris2017-10-28 16:42:23 -0700
commit82a16c547bc32fda6073c97b6c8989b473f0315b (patch)
treee026856877b06a52514b8e1cdff5050fc5c9ea72 /doc
parent266888b1d796b44c6eeb993cc7c471ab311ddf9b (diff)
downloademacs-82a16c547bc32fda6073c97b6c8989b473f0315b.tar.gz
emacs-82a16c547bc32fda6073c97b6c8989b473f0315b.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ede.texi2
-rw-r--r--doc/misc/flymake.texi2
-rw-r--r--doc/misc/gnus.texi2
3 files changed, 3 insertions, 3 deletions
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}.
2555@end deffn 2555@end deffn
2556 2556
2557@deffn Method project-add-file :AFTER ot file 2557@deffn Method project-add-file :AFTER ot file
2558Add the current buffer into project project target @var{OT}. 2558Add the current buffer into project target @var{OT}.
2559Argument @var{FILE} is the file to add. 2559Argument @var{FILE} is the file to add.
2560@end deffn 2560@end deffn
2561 2561
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.''
65@cindex using flymake 65@cindex using flymake
66 66
67Flymake is a universal on-the-fly buffer checker implemented as an 67Flymake is a universal on-the-fly buffer checker implemented as an
68Emacs minor minor. To use Flymake, you must first activate 68Emacs minor mode. To use Flymake, you must first activate
69@code{flymake-mode} by using the command @kbd{flymake-mode}. 69@code{flymake-mode} by using the command @kbd{flymake-mode}.
70 70
71When enabled, Flymake collects information about problems in the 71When 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}.
21386 21386
21387Extra switches may be passed to the namazu search command by setting the 21387Extra switches may be passed to the namazu search command by setting the
21388variable @code{nnir-namazu-additional-switches}. It is particularly 21388variable @code{nnir-namazu-additional-switches}. It is particularly
21389important not to pass any any switches to namazu that will change the 21389important not to pass any switches to namazu that will change the
21390output format. Good switches to use include @option{--sort}, 21390output format. Good switches to use include @option{--sort},
21391@option{--ascending}, @option{--early} and @option{--late}. 21391@option{--ascending}, @option{--early} and @option{--late}.
21392Refer to the Namazu documentation for further 21392Refer to the Namazu documentation for further