]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete duplicate words.
authorJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:33:45 +0000 (15:33 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:33:45 +0000 (15:33 +0000)
etc/NEWS
lisp/ChangeLog

index 6492328c98a99d11cfd5bc6149d520239fd84b59..45dc9fdcf49135e2d1e0ad5c8d0b2b71d227afe5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2398,7 +2398,7 @@ GDB. You can interact with GDB through the GUD buffer in the usual way, but
 there are also further buffers which control the execution and describe the
 state of your program.  It can separate the input/output of your program from
 that of GDB and watches expressions in the speedbar.  It also uses features of
-Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate
+Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate
 breakpoints.
 
 Use M-x gdb to start GDB-UI.
@@ -4094,8 +4094,7 @@ emacs tries to read it.
 
 *** The new function `call-process-shell-command'.
 
-This executes a shell command command synchronously in a separate
-process.
+This executes a shell command synchronously in a separate process.
 
 *** The new function `process-file' is similar to `call-process', but
 obeys file handlers.  The file handler is chosen based on
index 15c729f1a0998207c632761b2d0b08935c9bdd43..944477ff963964d2965498cf98412776cfb6afad 100644 (file)
@@ -1,3 +1,20 @@
+2005-07-18  Juri Linkov  <juri@jurta.org>
+
+       * allout.el (allout-mode):
+       * calculator.el (calculator-copy):
+       * custom.el (custom-known-themes):
+       * dired.el (dired-desktop-buffer-misc-data)
+       (dired-restore-desktop-buffer):
+       * dired-x.el (dired-omit-marker-char):
+       * files.el (basic-save-buffer):
+       * font-core.el (font-lock-mode):
+       * calendar/calendar.el (calendar-goto-hebrew-date)
+       (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
+       (calendar-goto-persian-date):
+       * language/ethio-util.el (ethio-sera-to-fidel-region):
+       * textmodes/picture.el (picture-mode):
+       Delete duplicate duplicate words.
+
 2005-07-18  Juri Linkov  <juri@jurta.org>
 
        * isearch.el (isearch-mode-map): Remove key bindings for regexp
        * textmodes/org.el (org-set-regexps-and-options): Rename from
        `org-set-regexps'.  Added checking for STARTUP keyword.
        (org-get-current-options): Add STARTUP options.
-       (org-table-insert-row): Mode mode intelligent about when
+       (org-table-insert-row): Make mode intelligent about when
        realignment is needed.
        (org-self-insert-command, org-delete-backward-char, org-delete-char):
        New commands.
 
        * simple.el (line-move-invisible-p): Rename from line-move-invisible.
        (line-move): New args NOERROR and TO-END.
-       Return t if if succeed in moving specified number of lines.
+       Return t if succeed in moving specified number of lines.
        (move-end-of-line): New function.
 
        * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * calendar/time-date.el (time-to-number-of-days): New function.
-       Imported from from Gnus.
+       Imported from Gnus.
 
 2004-07-22  Kim F. Storm  <storm@cua.dk>
 
 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
-       files files don't contain an accidental additional /.
+       files don't contain an accidental additional /.
 
        * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
        in source buffer.
 
        * menu-bar.el (menu-bar-options-menu): Supply a body for the
        [save-place] binding in the Options menu.  Have it require
-       'saveplace' and then toggle the variable manually, to avoid an an
+       'saveplace' and then toggle the variable manually, to avoid an
        unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
        for the bug report.