diff options
author | Mario Lang <mlang@delysid.org> | 2010-01-15 18:51:50 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-01-15 18:51:50 -0800 |
commit | 045b9da7879353dfcba2264cfcd0ba0353669846 (patch) | |
tree | e858f773aed495a224e2720f9317d7fd02d0ae38 /etc/srecode | |
parent | f0d138880a572e2b064d5af2668cd3a54a1d0a1e (diff) | |
download | emacs-045b9da7879353dfcba2264cfcd0ba0353669846.tar.gz |
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 'etc/srecode')
-rw-r--r-- | etc/srecode/doc-cpp.srt | 4 | ||||
-rw-r--r-- | etc/srecode/doc-default.srt | 4 | ||||
-rw-r--r-- | etc/srecode/doc-java.srt | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt index fce0d283d7d..2abe572e396 100644 --- a/etc/srecode/doc-cpp.srt +++ b/etc/srecode/doc-cpp.srt @@ -58,7 +58,7 @@ Recycle doxygen comment code from the more general template set." ---- template group-comment-end :blank :indent -"A comment occurring at the end of a a group of declarations. +"A comment occurring at the end of a group of declarations. Recycle doxygen comment code from the more general template set." ---- {{>:classdecl:doxygen-function-group-end}} @@ -75,7 +75,7 @@ Recycle doxygen comment code from the more general template set." ---- template group-comment-end :blank :indent -"A comment occurring at the end of a a group of declarations. +"A comment occurring at the end of a group of declarations. Recycle doxygen comment code from the more general template set." ---- {{>:classdecl:doxygen-function-group-end}} diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt index f07849b9207..2d3094df60d 100644 --- a/etc/srecode/doc-default.srt +++ b/etc/srecode/doc-default.srt @@ -57,7 +57,7 @@ template group-comment-start :blank :indent ---- template group-comment-end :indent -"A comment occurring at the end of a a group of declarations." +"A comment occurring at the end of a group of declarations." ---- {{comment_start}} End {{?GROUPNAME}} {{comment_end}} ---- @@ -72,7 +72,7 @@ template group-comment-start :blank :indent ---- template group-comment-end :indent -"A comment occurring at the end of a a group of declarations." +"A comment occurring at the end of a group of declarations." ---- {{>:declaration:group-comment-end}} ---- diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt index cb289913f36..f6ef6c9aea3 100644 --- a/etc/srecode/doc-java.srt +++ b/etc/srecode/doc-java.srt @@ -59,7 +59,7 @@ Recycle javadoc comment code from the more general template set." ---- template group-comment-end :blank :indent -"A comment occurring at the end of a a group of declarations. +"A comment occurring at the end of a group of declarations. Recycle javadoc comment code from the more general template set." ---- {{>:classdecl:javadoc-function-group-end}} @@ -76,7 +76,7 @@ Recycle javadoc comment code from the more general template set." ---- template group-comment-end :blank :indent -"A comment occurring at the end of a a group of declarations. +"A comment occurring at the end of a group of declarations. Recycle javadoc comment code from the more general template set." ---- {{>:classdecl:javadoc-function-group-end}} |