comparison etc/srecode/doc-default.srt @ 106860:4cf58c2379f4

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.
author Glenn Morris <rgm@gnu.org>
date Fri, 15 Jan 2010 18:51:50 -0800
parents 77b6f5126a69
children 376148b31b5e
comparison
equal deleted inserted replaced
106859:1ee66866ef44 106860:4cf58c2379f4
55 {{comment_start}} {{?GROUPNAME}} -- 55 {{comment_start}} {{?GROUPNAME}} --
56 {{comment_end}} 56 {{comment_end}}
57 ---- 57 ----
58 58
59 template group-comment-end :indent 59 template group-comment-end :indent
60 "A comment occurring at the end of a a group of declarations." 60 "A comment occurring at the end of a group of declarations."
61 ---- 61 ----
62 {{comment_start}} End {{?GROUPNAME}} {{comment_end}} 62 {{comment_start}} End {{?GROUPNAME}} {{comment_end}}
63 ---- 63 ----
64 64
65 ;; Some templates only show up in classdecls. 65 ;; Some templates only show up in classdecls.
70 ---- 70 ----
71 {{>:declaration:group-comment-start}} 71 {{>:declaration:group-comment-start}}
72 ---- 72 ----
73 73
74 template group-comment-end :indent 74 template group-comment-end :indent
75 "A comment occurring at the end of a a group of declarations." 75 "A comment occurring at the end of a group of declarations."
76 ---- 76 ----
77 {{>:declaration:group-comment-end}} 77 {{>:declaration:group-comment-end}}
78 ---- 78 ----
79 79
80 ;; end 80 ;; end