aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorU. Ser2011-05-10 15:57:12 +0200
committerU. Ser2011-05-10 15:57:12 +0200
commit9b053e766d00b0c74e0c8a8e31af7d46aa880f32 (patch)
tree78d6d58095f772f7c2c78a6010ef25a9702e6117 /doc
parent296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff)
downloademacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz
emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.zip
fix many doubled-word typos
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/minibuf.texi2
-rw-r--r--doc/misc/ede.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index acc68b0aafa..d2bb8da962f 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1691,7 +1691,7 @@ match for some possibility; @code{nil} otherwise.
1691@item 1691@item
1692@code{(boundaries . SUFFIX)} specifies @code{completion-boundaries}. 1692@code{(boundaries . SUFFIX)} specifies @code{completion-boundaries}.
1693The function should return a value of the form @code{(boundaries 1693The function should return a value of the form @code{(boundaries
1694START . END)} where START is the position of the beginning boundary in 1694START . END)} where START is the position of the beginning boundary
1695in the string to complete, and END is the position of the end boundary 1695in the string to complete, and END is the position of the end boundary
1696in SUFFIX. 1696in SUFFIX.
1697@end itemize 1697@end itemize
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 67df955ca8f..13b640a09fe 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -241,7 +241,7 @@ To add the current file to an existing target, type @kbd{C-c . a}
241You can add a file to more than one target; this is OK. 241You can add a file to more than one target; this is OK.
242 242
243To remove the current file from a target, type @kbd{C-c . d} 243To remove the current file from a target, type @kbd{C-c . d}
244(@code{ede-remove-file}), or or use the @samp{Remove File} menu item 244(@code{ede-remove-file}), or use the @samp{Remove File} menu item
245in the @samp{Target Options} submenu. If the file belongs to multiple 245in the @samp{Target Options} submenu. If the file belongs to multiple
246targets, this command prompts for each target it could be removed 246targets, this command prompts for each target it could be removed
247from. 247from.