diff options
| author | U. Ser | 2011-05-10 15:57:12 +0200 |
|---|---|---|
| committer | U. Ser | 2011-05-10 15:57:12 +0200 |
| commit | 9b053e766d00b0c74e0c8a8e31af7d46aa880f32 (patch) | |
| tree | 78d6d58095f772f7c2c78a6010ef25a9702e6117 /doc | |
| parent | 296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff) | |
| download | emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.zip | |
fix many doubled-word typos
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ede.texi | 2 |
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}. |
| 1693 | The function should return a value of the form @code{(boundaries | 1693 | The function should return a value of the form @code{(boundaries |
| 1694 | START . END)} where START is the position of the beginning boundary in | 1694 | START . END)} where START is the position of the beginning boundary |
| 1695 | in the string to complete, and END is the position of the end boundary | 1695 | in the string to complete, and END is the position of the end boundary |
| 1696 | in SUFFIX. | 1696 | in 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} | |||
| 241 | You can add a file to more than one target; this is OK. | 241 | You can add a file to more than one target; this is OK. |
| 242 | 242 | ||
| 243 | To remove the current file from a target, type @kbd{C-c . d} | 243 | To 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 |
| 245 | in the @samp{Target Options} submenu. If the file belongs to multiple | 245 | in the @samp{Target Options} submenu. If the file belongs to multiple |
| 246 | targets, this command prompts for each target it could be removed | 246 | targets, this command prompts for each target it could be removed |
| 247 | from. | 247 | from. |