diff options
author | U. Ser <user@example.com> | 2011-05-10 15:57:12 +0200 |
---|---|---|
committer | U. Ser <user@example.com> | 2011-05-10 15:57:12 +0200 |
commit | 9b053e766d00b0c74e0c8a8e31af7d46aa880f32 (patch) | |
tree | 78d6d58095f772f7c2c78a6010ef25a9702e6117 /lisp/org | |
parent | 296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff) | |
download | emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz |
fix many doubled-word typos
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org-agenda.el | 2 | ||||
-rw-r--r-- | lisp/org/org-table.el | 2 | ||||
-rw-r--r-- | lisp/org/org-wl.el | 2 | ||||
-rw-r--r-- | lisp/org/org.el | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 9adc180b28e..8aeb4c4e5b2 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el @@ -3370,7 +3370,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/org-table.el b/lisp/org/org-table.el index c99b5bf681a..b56dc6b77c3 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el @@ -4341,7 +4341,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/org-wl.el b/lisp/org/org-wl.el index 2a16d047b33..f1616f8001d 100644 --- a/lisp/org/org-wl.el +++ b/lisp/org/org-wl.el @@ -118,7 +118,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/org.el b/lisp/org/org.el index 076df5f0d07..4b316ab60ab 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -6496,7 +6496,7 @@ 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 location selected in the indirect buffer and expose the headline hierarchy above." (interactive "P") (let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level)))) @@ -15746,7 +15746,7 @@ 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 +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 |