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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/ede.texi | 2 | ||||
| -rw-r--r-- | doc/misc/org.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c4ef9ebf3ae..471d57ed11b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-01-16 Mario Lang <mlang@delysid.org> | ||
| 2 | |||
| 3 | * ede.texi (ede-target): | ||
| 4 | * org.texi (Refiling notes): Remove duplicated words. | ||
| 5 | |||
| 1 | 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * gnus.texi (Posting Styles): Use with-current-buffer. | 8 | * gnus.texi (Posting Styles): Use with-current-buffer. |
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index 189c52f446f..bfeef343f09 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -1968,7 +1968,7 @@ Retrieves the slot @code{sourcetype} from an object of class @code{ede-target} | |||
| 1968 | 1968 | ||
| 1969 | @deffn Method ede-expand-filename :AFTER this filename &optional force | 1969 | @deffn Method ede-expand-filename :AFTER this filename &optional force |
| 1970 | Return a fully qualified file name based on target @var{THIS}. | 1970 | Return a fully qualified file name based on target @var{THIS}. |
| 1971 | @var{FILENAME} should a a filename which occurs in a directory in which @var{THIS} works. | 1971 | @var{FILENAME} should be a filename which occurs in a directory in which @var{THIS} works. |
| 1972 | Optional argument @var{FORCE} forces the default filename to be provided even if it | 1972 | Optional argument @var{FORCE} forces the default filename to be provided even if it |
| 1973 | doesn't exist. | 1973 | doesn't exist. |
| 1974 | @end deffn | 1974 | @end deffn |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 789e64abc35..507dfad5c31 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -6181,7 +6181,7 @@ See the variable @code{org-refile-targets} for details. If you would like to | |||
| 6181 | select a location via a file-path-like completion along the outline path, see | 6181 | select a location via a file-path-like completion along the outline path, see |
| 6182 | the variables @code{org-refile-use-outline-path} and | 6182 | the variables @code{org-refile-use-outline-path} and |
| 6183 | @code{org-outline-path-complete-in-steps}. If you would like to be able to | 6183 | @code{org-outline-path-complete-in-steps}. If you would like to be able to |
| 6184 | create new nodes as new parents for for refiling on the fly, check the | 6184 | create new nodes as new parents for refiling on the fly, check the |
| 6185 | variable @code{org-refile-allow-creating-parent-nodes}. | 6185 | variable @code{org-refile-allow-creating-parent-nodes}. |
| 6186 | @kindex C-u C-c C-w | 6186 | @kindex C-u C-c C-w |
| 6187 | @item C-u C-c C-w | 6187 | @item C-u C-c C-w |