emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99340: Mario Lang <address@hidden>:


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99340: Mario Lang <address@hidden>: Remove some duplicated words.
Date: Fri, 15 Jan 2010 18:51:50 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99340
author: Mario Lang <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-01-15 18:51:50 -0800
message:
  Mario Lang <address@hidden>: 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.
modified:
  doc/misc/ChangeLog
  doc/misc/ede.texi
  doc/misc/org.texi
  etc/ChangeLog
  etc/srecode/doc-cpp.srt
  etc/srecode/doc-default.srt
  etc/srecode/doc-java.srt
  lib-src/etags.c
  lisp/ChangeLog
  lisp/cedet/ede/cpp-root.el
  lisp/cedet/ede/files.el
  lisp/cedet/ede/simple.el
  lisp/cedet/semantic/complete.el
  lisp/cedet/semantic/db-el.el
  lisp/cedet/semantic/db-global.el
  lisp/cedet/semantic/db-javascript.el
  lisp/cedet/semantic/db.el
  lisp/cedet/semantic/decorate/include.el
  lisp/cedet/semantic/idle.el
  lisp/emacs-lisp/chart.el
  lisp/emulation/edt.el
  lisp/textmodes/artist.el
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-01-13 15:38:28 +0000
+++ b/doc/misc/ChangeLog        2010-01-16 02:51:50 +0000
@@ -1,3 +1,8 @@
+2010-01-16  Mario Lang  <address@hidden>
+
+       * ede.texi (ede-target):
+       * org.texi (Refiling notes): Remove duplicated words.
+
 2010-01-04  Stefan Monnier  <address@hidden>
 
        * gnus.texi (Posting Styles): Use with-current-buffer.

=== modified file 'doc/misc/ede.texi'
--- a/doc/misc/ede.texi 2010-01-13 08:35:10 +0000
+++ b/doc/misc/ede.texi 2010-01-16 02:51:50 +0000
@@ -1968,7 +1968,7 @@
 
 @deffn Method ede-expand-filename :AFTER this filename &optional force
 Return a fully qualified file name based on target @var{THIS}.
address@hidden should a a filename which occurs in a directory in which 
@var{THIS} works.
address@hidden should be a filename which occurs in a directory in which 
@var{THIS} works.
 Optional argument @var{FORCE} forces the default filename to be provided even 
if it
 doesn't exist.
 @end deffn

=== modified file 'doc/misc/org.texi'
--- a/doc/misc/org.texi 2010-01-13 08:35:10 +0000
+++ b/doc/misc/org.texi 2010-01-16 02:51:50 +0000
@@ -6181,7 +6181,7 @@
 select a location via a file-path-like completion along the outline path, see
 the variables @code{org-refile-use-outline-path} and
 @code{org-outline-path-complete-in-steps}.  If you would like to be able to
-create new nodes as new parents for for refiling on the fly, check the
+create new nodes as new parents for refiling on the fly, check the
 variable @code{org-refile-allow-creating-parent-nodes}.
 @kindex C-u C-c C-w
 @item C-u C-c C-w

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2010-01-15 03:49:47 +0000
+++ b/etc/ChangeLog     2010-01-16 02:51:50 +0000
@@ -1,3 +1,8 @@
+2010-01-16  Mario Lang  <address@hidden>
+
+       * srecode/doc-cpp.srt, srecode/doc-default.srt:
+       * srecode/doc-java.srt: Remove duplicated words.
+
 2010-01-14  Nick Roberts  <address@hidden>
 
        * etc/images/gud/recstart.xpm, etc/images/gud/recstop.xpm:

=== modified file 'etc/srecode/doc-cpp.srt'
--- a/etc/srecode/doc-cpp.srt   2010-01-14 18:45:02 +0000
+++ b/etc/srecode/doc-cpp.srt   2010-01-16 02:51:50 +0000
@@ -58,7 +58,7 @@
 ----
 
 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 @@
 ----
 
 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}}

=== modified file 'etc/srecode/doc-default.srt'
--- a/etc/srecode/doc-default.srt       2010-01-14 18:45:02 +0000
+++ b/etc/srecode/doc-default.srt       2010-01-16 02:51:50 +0000
@@ -57,7 +57,7 @@
 ----
 
 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-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}}
 ----

=== modified file 'etc/srecode/doc-java.srt'
--- a/etc/srecode/doc-java.srt  2010-01-14 18:45:02 +0000
+++ b/etc/srecode/doc-java.srt  2010-01-16 02:51:50 +0000
@@ -59,7 +59,7 @@
 ----
 
 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 @@
 ----
 
 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}}

=== modified file 'lib-src/etags.c'
--- a/lib-src/etags.c   2010-01-11 07:51:51 +0000
+++ b/lib-src/etags.c   2010-01-16 02:51:50 +0000
@@ -6297,7 +6297,7 @@
                  readline (lbp, stream);
                  return;
                } /* if a real #line directive */
-           } /* if #line is followed by a a number */
+           } /* if #line is followed by a number */
        } /* if line begins with "#line " */
 
       /* If we are here, no #line directive was found. */

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-15 16:55:43 +0000
+++ b/lisp/ChangeLog    2010-01-16 02:51:50 +0000
@@ -1,3 +1,20 @@
+2010-01-16  Mario Lang  <address@hidden>
+
+       * 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.
+
 2010-01-15   David Abrahams  <address@hidden>  (tiny change)
 
        * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
@@ -1473,7 +1490,7 @@
 2009-12-01  Dan Nicolaescu  <address@hidden>
 
        Make vc-print-log buttons work.
-       * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
+       * log-view.el (log-view-mode-map): Inherit from widget-keymap.
 
 2009-11-30  Ryan C. Thompson  <address@hidden>  (tiny change)
 

=== modified file 'lisp/cedet/ede/cpp-root.el'
--- a/lisp/cedet/ede/cpp-root.el        2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/ede/cpp-root.el        2010-01-16 02:51:50 +0000
@@ -324,7 +324,7 @@
               )
    )
   "EDE cpp-root project class.
-Each directory needs a a project file to control it.")
+Each directory needs a project file to control it.")
 
 ;;; INIT
 ;;

=== modified file 'lisp/cedet/ede/files.el'
--- a/lisp/cedet/ede/files.el   2010-01-14 18:37:23 +0000
+++ b/lisp/cedet/ede/files.el   2010-01-16 02:51:50 +0000
@@ -487,7 +487,7 @@
 
 (defmethod ede-expand-filename ((this ede-target) filename &optional force)
   "Return a fully qualified file name based on target THIS.
-FILENAME should a a filename which occurs in a directory in which THIS works.
+FILENAME should be a filename which occurs in a directory in which THIS works.
 Optional argument FORCE forces the default filename to be provided even if it
 doesn't exist."
   (ede-expand-filename (ede-target-parent this) filename force))

=== modified file 'lisp/cedet/ede/simple.el'
--- a/lisp/cedet/ede/simple.el  2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/ede/simple.el  2010-01-16 02:51:50 +0000
@@ -87,7 +87,7 @@
    (file-header-line :initform ";; EDE Simple Project")
    )
   "EDE Simple project class.
-Each directory needs a a project file to control it.")
+Each directory needs a project file to control it.")
 
 (defmethod ede-commit-project ((proj ede-simple-project))
   "Commit any change to PROJ to its file."

=== modified file 'lisp/cedet/semantic/complete.el'
--- a/lisp/cedet/semantic/complete.el   2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/semantic/complete.el   2010-01-16 02:51:50 +0000
@@ -192,7 +192,7 @@
                                                    default-tag initial-input
                                                    history)
   "Read a semantic tag, and return a tag for the selection.
-Argument COLLECTOR is an object which can be used to to calculate
+Argument COLLECTOR is an object which can be used to calculate
 a list of possible hits.  See `semantic-completion-collector-engine'
 for details on COLLECTOR.
 Argument DISPLAYOR is an object used to display a list of possible
@@ -394,7 +394,7 @@
 
 ;;; Keybindings
 ;;
-;; Keys are bound to to perform completion using our mechanisms.
+;; Keys are bound to perform completion using our mechanisms.
 ;; Do that work here.
 (defun semantic-complete-done ()
   "Accept the current input."
@@ -738,7 +738,7 @@
 (defun semantic-complete-inline-tag-engine
   (collector displayor buffer start end)
   "Perform completion based on semantic tags in a buffer.
-Argument COLLECTOR is an object which can be used to to calculate
+Argument COLLECTOR is an object which can be used to calculate
 a list of possible hits.  See `semantic-completion-collector-engine'
 for details on COLLECTOR.
 Argument DISPLAYOR is an object used to display a list of possible

=== modified file 'lisp/cedet/semantic/db-el.el'
--- a/lisp/cedet/semantic/db-el.el      2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/semantic/db-el.el      2010-01-16 02:51:50 +0000
@@ -107,7 +107,7 @@
 
 (defmethod semanticdb-equivalent-mode ((table semanticdb-table-emacs-lisp) 
&optional buffer)
   "Return non-nil if TABLE's mode is equivalent to BUFFER.
-Equivalent modes are specified by by `semantic-equivalent-major-modes'
+Equivalent modes are specified by the `semantic-equivalent-major-modes'
 local variable."
   (with-current-buffer buffer
     (eq (or mode-local-active-mode major-mode) 'emacs-lisp-mode)))

=== modified file 'lisp/cedet/semantic/db-global.el'
--- a/lisp/cedet/semantic/db-global.el  2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/semantic/db-global.el  2010-01-16 02:51:50 +0000
@@ -105,7 +105,7 @@
 
 (defmethod semanticdb-equivalent-mode ((table semanticdb-table-global) 
&optional buffer)
   "Return t, pretend that this table's mode is equivalent to BUFFER.
-Equivalent modes are specified by by `semantic-equivalent-major-modes'
+Equivalent modes are specified by the `semantic-equivalent-major-modes'
 local variable."
   ;; @todo - hack alert!
   t)

=== modified file 'lisp/cedet/semantic/db-javascript.el'
--- a/lisp/cedet/semantic/db-javascript.el      2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/semantic/db-javascript.el      2010-01-16 02:51:50 +0000
@@ -145,7 +145,7 @@
 
 (defmethod semanticdb-equivalent-mode ((table semanticdb-table-javascript) 
&optional buffer)
   "Return non-nil if TABLE's mode is equivalent to BUFFER.
-Equivalent modes are specified by by `semantic-equivalent-major-modes'
+Equivalent modes are specified by the `semantic-equivalent-major-modes'
 local variable."
   (with-current-buffer buffer
     (eq (or mode-local-active-mode major-mode) 'javascript-mode)))

=== modified file 'lisp/cedet/semantic/db.el'
--- a/lisp/cedet/semantic/db.el 2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/semantic/db.el 2010-01-16 02:51:50 +0000
@@ -735,13 +735,13 @@
 
 (defmethod semanticdb-equivalent-mode ((table semanticdb-abstract-table) 
&optional buffer)
   "Return non-nil if TABLE's mode is equivalent to BUFFER.
-Equivalent modes are specified by by `semantic-equivalent-major-modes'
+Equivalent modes are specified by the `semantic-equivalent-major-modes'
 local variable."
   nil)
 
 (defmethod semanticdb-equivalent-mode ((table semanticdb-table) &optional 
buffer)
   "Return non-nil if TABLE's mode is equivalent to BUFFER.
-Equivalent modes are specified by by `semantic-equivalent-major-modes'
+Equivalent modes are specified by the `semantic-equivalent-major-modes'
 local variable."
   (save-excursion
     (if buffer (set-buffer buffer))

=== modified file 'lisp/cedet/semantic/decorate/include.el'
--- a/lisp/cedet/semantic/decorate/include.el   2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/semantic/decorate/include.el   2010-01-16 02:51:50 +0000
@@ -461,7 +461,7 @@
 
       (when (or (eq mm 'c++-mode) (eq mm 'c-mode))
        (princ "
-For C/C++ includes located within a a project, you can use a special
+For C/C++ includes located within a project, you can use a special
 EDE project that will wrap an existing build system.  You can do that
 like this in your .emacs file:
 

=== modified file 'lisp/cedet/semantic/idle.el'
--- a/lisp/cedet/semantic/idle.el       2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/semantic/idle.el       2010-01-16 02:51:50 +0000
@@ -336,7 +336,7 @@
 
 
 (defun semantic-idle-work-for-one-buffer (buffer)
-  "Do long-processing work for for BUFFER.
+  "Do long-processing work for BUFFER.
 Uses `semantic-safe' and returns the output.
 Returns t of all processing succeeded."
   (with-current-buffer buffer

=== modified file 'lisp/emacs-lisp/chart.el'
--- a/lisp/emacs-lisp/chart.el  2010-01-13 08:35:10 +0000
+++ b/lisp/emacs-lisp/chart.el  2010-01-16 02:51:50 +0000
@@ -323,7 +323,7 @@
 (defmethod chart-translate-namezone ((c chart) n)
   "Return a dot-pair representing a positional range for a name.
 The name in chart C of the Nth name resides.
-Automatically compensates for for direction."
+Automatically compensates for direction."
   (let* ((dir (oref c direction))
         (w (if (eq dir 'vertical) (oref c x-width) (oref c y-width)))
         (m (if (eq dir 'vertical) (oref c y-margin) (oref c x-margin)))

=== modified file 'lisp/emulation/edt.el'
--- a/lisp/emulation/edt.el     2010-01-13 08:35:10 +0000
+++ b/lisp/emulation/edt.el     2010-01-16 02:51:50 +0000
@@ -2107,7 +2107,7 @@
       (setq edt-term "pc")
     (if (or (not edt-window-system) (eq edt-window-system 'tty))
        (setq edt-term (getenv "TERM"))))
-  ;; Look for for terminal configuration file for this terminal type.
+  ;; Look for a terminal configuration file for this terminal type.
   ;; Otherwise, load the user's custom configuration file.
   (if (or (not edt-window-system) (memq edt-window-system '(pc tty)))
       (progn

=== modified file 'lisp/textmodes/artist.el'
--- a/lisp/textmodes/artist.el  2010-01-13 08:35:10 +0000
+++ b/lisp/textmodes/artist.el  2010-01-16 02:51:50 +0000
@@ -1477,7 +1477,7 @@
 ;
 
 (defun artist-compute-popup-menu-table (menu-table)
-  "Create a menu from from MENU-TABLE data.
+  "Create a menu from MENU-TABLE data.
 The returned value is suitable for the `x-popup-menu' function."
   (cons "Artist menu"
        (artist-compute-popup-menu-table-sub menu-table)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]