]> git.eshelyaron.com Git - emacs.git/commitdiff
"the the", "from from" and "and and".
authorMario Lang <mlang@delysid.org>
Sun, 22 Jun 2014 23:12:17 +0000 (01:12 +0200)
committerMario Lang <mlang@delysid.org>
Sun, 22 Jun 2014 23:12:17 +0000 (01:12 +0200)
doc/misc/ChangeLog
doc/misc/org.texi
doc/misc/srecode.texi
lisp/ChangeLog
lisp/net/tramp-adb.el
lisp/org/ChangeLog
lisp/org/org-bibtex.el
lisp/org/org-list.el
lisp/textmodes/rst.el
src/ChangeLog
src/w32fns.c

index a1a99e5fd067cec973d3a4407137532d3f84ca83..63cfef5de9ff28beab8879caa0a288ff44cdd0bc 100644 (file)
@@ -1,3 +1,9 @@
+2014-06-22  Mario Lang  <mlang@delysid.org>
+
+       * srecode.texi (Base Arguments): The the -> to the.
+
+       * org.texi (Images in ODT export): The the -> the.
+
 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
 
        * autotype.texi (Skeleton Language): Document the feature of \n
index 9016459f93a208ece30c51b6f30ec3eeecc2b600..6466a001f0dbae9d0157378eb42cae598dba26e7 100644 (file)
@@ -12228,7 +12228,7 @@ height:width ratio, do the following
 @cindex #+ATTR_ODT
 You can control the manner in which an image is anchored by setting the
 @code{:anchor} property of it's @code{#+ATTR_ODT} line.  You can specify one
-of the the following three values for the @code{:anchor} property:
+of the following three values for the @code{:anchor} property:
 @samp{"as-char"}, @samp{"paragraph"} and @samp{"page"}.
 
 To create an image that is anchored to a page, do the following:
index 3f5609bb25248d7414c02e90a31de001534dfd63..749bdf09fba8812417a57b991d5fac03316947ce 100644 (file)
@@ -1191,7 +1191,7 @@ If there is an active region via @code{transient-mark-mode}, or
 @code{mouse-drag-region}, then the @code{REGION} section will be
 enabled.
 
-In addition, @code{REGIONTEXT} will be set the the text in the region,
+In addition, @code{REGIONTEXT} will be set to the text in the region,
 and that region of text will be ``killed'' from the current buffer.
 
 If standard-output is NOT the current buffer, then the region will not
index e494b7e8e7c54c4464eda758578542b37f660a21..676635b0db8ed200ad7292fa0a6a743d143f3b28 100644 (file)
@@ -1,3 +1,9 @@
+2014-06-22  Mario Lang  <mlang@delysid.org>
+
+       * textmodes/rst.el (rst-comment-region): From from -> from.
+
+       * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
+
 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * electric.el (electric-layout-post-self-insert-function):
index f38cecb1c6280c98c5826bf69faeadf741aeef92..b8128407c010a81a7fa6435a53fd00afc30794e0 100644 (file)
@@ -1032,7 +1032,7 @@ This happens for Android >= 4.0."
 
 (defun tramp-adb-send-command-and-check
   (vec command)
-  "Run COMMAND and and check its exit status.
+  "Run COMMAND and check its exit status.
 Sends `echo $?' along with the COMMAND for checking the exit status.  If
 COMMAND is nil, just sends `echo $?'.  Returns the exit status found."
   (tramp-adb-send-command
index 569f82dd3d47f7bc6375dd3c32743d5e0875eb5a..0a11eafb959004b340445e8b156dc8a9d7ed3d55 100644 (file)
@@ -1,3 +1,9 @@
+2014-06-22  Mario Lang  <mlang@delysid.org>
+
+       * org-list.el (org-list-insert-item): The the -> the.
+
+       * org-bibtex.el (org-bibtex-fields): The the -> the.
+
 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * ob-core.el (org-babel-insert-result): Prefer point-min-marker
index b6557108845e318e2eea1f3e85eea720aa6592f0..75ac69ba70416f8c826a39cde83a5a628c63c8f6 100644 (file)
     (:pages        . "One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the ‘+’ in this last example indicates pages following that don’t form simple range). BibTEX requires double dashes for page ranges (--).")
     (:publisher    . "The publisher’s name.")
     (:school       . "The name of the school where a thesis was written.")
-    (:series       . "The name of a series or set of books.  When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.")
+    (:series       . "The name of a series or set of books.  When citing an entire book, the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.")
     (:title        . "The work’s title, typed as explained in the LaTeX book.")
     (:type         . "The type of a technical report for example, 'Research Note'.")
     (:volume       . "The volume of a journal or multi-volume book.")
index d24dad28363de28ceadac9b06c426b7eefb94d05..92a92491e3056cdf73c01e576ac08105d013bde7 100644 (file)
@@ -1254,7 +1254,7 @@ some heuristics to guess the result."
 If POS is before first character after bullet of the item, the
 new item will be created before the current one.
 
-STRUCT is the list structure.  PREVS is the the alist of previous
+STRUCT is the list structure.  PREVS is the alist of previous
 items, as returned by `org-list-prevs-alist'.
 
 Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET
index b05a5e5a7e3bef847e84599733dce276231463f4..5ea0b419d2298ecb9c7fd103d8cba373df3f51f6 100644 (file)
@@ -3121,7 +3121,7 @@ newlines as mandated by `comment-line-break-function'."
 
 (defun rst-comment-region (beg end &optional arg)
   "Comment or uncomment the current region.
-Region is from from BEG to END.  Uncomment if ARG."
+Region is from BEG to END.  Uncomment if ARG."
   (save-excursion
     (if (consp arg)
        (rst-uncomment-region beg end arg)
index ca45462cab3e7ec7a2a40f94da0a72c1f3a107b8..fe3a570ee3b8f25c09ff70983e9556f61d5ecb5b 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-22  Mario Lang  <mlang@delysid.org>
+
+       * w32fns.c (Fw32_shell_execute): The the -> the.
+
 2014-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * xmenu.c (mouse_position_for_popup):
index c9a83c98234c278cc1d32bf4603310ce2662baf6..057bc95ee94b72249aee223b9467ca40fda84f60 100644 (file)
@@ -6894,7 +6894,7 @@ operations:
  \"runas\"   - run DOCUMENT, which must be an excutable file, with
                elevated privileges (a.k.a. \"as Administrator\").
  \"properties\"
-           - open the the property sheet dialog for DOCUMENT.
+           - open the property sheet dialog for DOCUMENT.
  nil       - invoke the default OPERATION, or \"open\" if default is
                not defined or unavailable.