summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorU. Ser <user@example.com>2011-05-10 15:57:12 +0200
committerU. Ser <user@example.com>2011-05-10 15:57:12 +0200
commit9b053e766d00b0c74e0c8a8e31af7d46aa880f32 (patch)
tree78d6d58095f772f7c2c78a6010ef25a9702e6117 /lisp/cedet
parent296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff)
downloademacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz
fix many doubled-word typos
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/ede.el2
-rw-r--r--lisp/cedet/ede/pmake.el2
-rw-r--r--lisp/cedet/semantic/complete.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el
index 67b648a44bb..307ccfdadd7 100644
--- a/lisp/cedet/ede.el
+++ b/lisp/cedet/ede.el
@@ -80,7 +80,7 @@ project file, all targets are queried to see if it should be added.
If the value is 'always, then the new file is added to the first
target encountered. If the value is 'multi-ask, then if more than one
target wants the file, the user is asked. If only one target wants
-the file, then then it is automatically added to that target. If the
+the file, then it is automatically added to that target. If the
value is 'ask, then the user is always asked, unless there is no
target willing to take the file. 'never means never perform the check."
:group 'ede
diff --git a/lisp/cedet/ede/pmake.el b/lisp/cedet/ede/pmake.el
index 52a1d485324..d78e95af27f 100644
--- a/lisp/cedet/ede/pmake.el
+++ b/lisp/cedet/ede/pmake.el
@@ -478,7 +478,7 @@ These are removed with make clean."
(defmethod ede-proj-makefile-garbage-patterns ((this ede-proj-target))
"Return a list of patterns that are considered garbage to THIS.
These are removed with make clean."
- ;; Get the the source object from THIS, and use the specified garbage.
+ ;; Get the source object from THIS, and use the specified garbage.
(let ((src (ede-target-sourcecode this))
(garb nil))
(while src
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el
index 47cb722e005..18c7b5a1a50 100644
--- a/lisp/cedet/semantic/complete.el
+++ b/lisp/cedet/semantic/complete.el
@@ -1825,7 +1825,7 @@ HISTORY is a symbol representing a variable to store the history in."
initial-input
history)
"Ask for a tag by name from the local type members.
-Available tags are from the the current scope.
+Available tags are from the current scope.
Completion options are presented in a traditional way, with highlighting
to resolve same-name collisions.
PROMPT is a string to prompt with.