Parcourir la source

Fix doubled-word typo.

Thanks to Jim Meyering <jim@meyering.net> for this upstream fixes.
Bastien Guerry il y a 13 ans
Parent
commit
8608b6651d
4 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 1 1
      lisp/org-agenda.el
  2. 1 1
      lisp/org-table.el
  3. 1 1
      lisp/org-wl.el
  4. 4 4
      lisp/org.el

+ 1 - 1
lisp/org-agenda.el

@@ -3489,7 +3489,7 @@ By default, all four types are turned on.
 
 
 Never set this variable globally using `setq', because then it
 Never set this variable globally using `setq', because then it
 will apply to all future agenda commands.  Instead, bind it with
 will apply to all future agenda commands.  Instead, bind it with
-`let' to scope it dynamically into the the agenda-constructing
+`let' to scope it dynamically into the agenda-constructing
 command.  A good way to set it is through options in
 command.  A good way to set it is through options in
 `org-agenda-custom-commands'.  For a more flexible (though
 `org-agenda-custom-commands'.  For a more flexible (though
 somewhat less efficient) way of determining what is included in
 somewhat less efficient) way of determining what is included in

+ 1 - 1
lisp/org-table.el

@@ -4580,7 +4580,7 @@ a \"#+TBLNAME:\" directive.  The first table following this line
 will then be used.  Alternatively, it may be an ID referring to
 will then be used.  Alternatively, it may be an ID referring to
 any entry, also in a different file.  In this case, the first table
 any entry, also in a different file.  In this case, the first table
 in that entry will be referenced.
 in that entry will be referenced.
-FORM is a field or range descriptor like \"@2$3\" or or \"B3\" or
+FORM is a field or range descriptor like \"@2$3\" or \"B3\" or
 \"@I$2..@II$2\".  All the references must be absolute, not relative.
 \"@I$2..@II$2\".  All the references must be absolute, not relative.
 
 
 The return value is either a single string for a single field, or a
 The return value is either a single string for a single field, or a

+ 1 - 1
lisp/org-wl.el

@@ -119,7 +119,7 @@ googlegroups otherwise."
 (defun org-wl-folder-type (folder)
 (defun org-wl-folder-type (folder)
   "Return symbol that indicates the type of FOLDER.
   "Return symbol that indicates the type of FOLDER.
 FOLDER is the wanderlust folder name.  The first character of the
 FOLDER is the wanderlust folder name.  The first character of the
-folder name determines the the folder type."
+folder name determines the folder type."
   (let* ((indicator (substring folder 0 1))
   (let* ((indicator (substring folder 0 1))
 	 (type (cdr (assoc indicator org-wl-folder-types))))
 	 (type (cdr (assoc indicator org-wl-folder-types))))
     ;; maybe access or file folder
     ;; maybe access or file folder

+ 4 - 4
lisp/org.el

@@ -6591,8 +6591,8 @@ in an indirect buffer, in overview mode.  You can dive into the tree in
 that copy, use org-occur and incremental search to find a location.
 that copy, use org-occur and incremental search to find a location.
 When pressing RET or `Q', the command returns to the original buffer in
 When pressing RET or `Q', the command returns to the original buffer in
 which the visibility is still unchanged.  After RET is will also jump to
 which the visibility is still unchanged.  After RET is will also jump to
-the location selected in the indirect buffer and expose the
-the headline hierarchy above."
+the location selected in the indirect buffer and expose the headline 
+hierarchy above."
   (interactive "P")
   (interactive "P")
   (let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level))))
   (let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level))))
 	 (org-refile-use-outline-path t)
 	 (org-refile-use-outline-path t)
@@ -16120,8 +16120,8 @@ sequence appearing also before point.
 Even though the matchers for math are configurable, this function assumes
 Even though the matchers for math are configurable, this function assumes
 that \\begin, \\(, \\[, and $$ are always used.  Only the single dollar
 that \\begin, \\(, \\[, and $$ are always used.  Only the single dollar
 delimiters are skipped when they have been removed by customization.
 delimiters are skipped when they have been removed by customization.
-The return value is nil, or a cons cell with the delimiter and
-and the position of this delimiter.
+The return value is nil, or a cons cell with the delimiter and the 
+position of this delimiter.
 
 
 This function does a reasonably good job, but can locally be fooled by
 This function does a reasonably good job, but can locally be fooled by
 for example currency specifications.  For example it will assume being in
 for example currency specifications.  For example it will assume being in