From 8608b6651d18f41cbc343dcac77d27b1f0280df9 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 20 Jun 2011 15:38:24 +0200 Subject: [PATCH] Fix doubled-word typo. Thanks to Jim Meyering for this upstream fixes. --- lisp/org-agenda.el | 2 +- lisp/org-table.el | 2 +- lisp/org-wl.el | 2 +- lisp/org.el | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 0c7eabbdf..f5f805321 100644 --- a/lisp/org-agenda.el +++ b/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 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 `org-agenda-custom-commands'. For a more flexible (though somewhat less efficient) way of determining what is included in diff --git a/lisp/org-table.el b/lisp/org-table.el index 155a972de..a57295f94 100644 --- a/lisp/org-table.el +++ b/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 any entry, also in a different file. In this case, the first table 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. The return value is either a single string for a single field, or a diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 3630b10e9..83cf01a12 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -119,7 +119,7 @@ googlegroups otherwise." (defun org-wl-folder-type (folder) "Return symbol that indicates the type of FOLDER. 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)) (type (cdr (assoc indicator org-wl-folder-types)))) ;; maybe access or file folder diff --git a/lisp/org.el b/lisp/org.el index 186831024..b1edfa326 100644 --- a/lisp/org.el +++ b/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. 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 -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") (let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level)))) (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 that \\begin, \\(, \\[, and $$ are always used. Only the single dollar 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 for example currency specifications. For example it will assume being in -- 2.11.4.GIT