diff options
| author | Mario Lang | 2010-01-15 18:51:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-01-15 18:51:50 -0800 |
| commit | 045b9da7879353dfcba2264cfcd0ba0353669846 (patch) | |
| tree | e858f773aed495a224e2720f9317d7fd02d0ae38 /lisp/emulation | |
| parent | f0d138880a572e2b064d5af2668cd3a54a1d0a1e (diff) | |
| download | emacs-045b9da7879353dfcba2264cfcd0ba0353669846.tar.gz emacs-045b9da7879353dfcba2264cfcd0ba0353669846.zip | |
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
* cedet/ede/cpp-root.el (ede-cpp-root-project):
* cedet/ede/files.el (ede-expand-filename):
* cedet/ede/simple.el (ede-simple-project):
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
(semantic-complete-inline-tag-engine):
* cedet/semantic/db-el.el (semanticdb-equivalent-mode):
* cedet/semantic/db-global.el (semanticdb-equivalent-mode):
* cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
* cedet/semantic/db.el (semanticdb-equivalent-mode):
* cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
* cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
* emacs-lisp/chart.el (chart-translate-namezone):
* textmodes/artist.el (artist-compute-popup-menu-table):
Remove duplicated words in doc-strings.
* srecode/doc-cpp.srt, srecode/doc-default.srt:
* srecode/doc-java.srt: Remove duplicated words.
* ede.texi (ede-target):
* org.texi (Refiling notes): Remove duplicated words.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 40c7d887c29..2abde59af90 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -2107,7 +2107,7 @@ created." | |||
| 2107 | (setq edt-term "pc") | 2107 | (setq edt-term "pc") |
| 2108 | (if (or (not edt-window-system) (eq edt-window-system 'tty)) | 2108 | (if (or (not edt-window-system) (eq edt-window-system 'tty)) |
| 2109 | (setq edt-term (getenv "TERM")))) | 2109 | (setq edt-term (getenv "TERM")))) |
| 2110 | ;; Look for for terminal configuration file for this terminal type. | 2110 | ;; Look for a terminal configuration file for this terminal type. |
| 2111 | ;; Otherwise, load the user's custom configuration file. | 2111 | ;; Otherwise, load the user's custom configuration file. |
| 2112 | (if (or (not edt-window-system) (memq edt-window-system '(pc tty))) | 2112 | (if (or (not edt-window-system) (memq edt-window-system '(pc tty))) |
| 2113 | (progn | 2113 | (progn |