summaryrefslogtreecommitdiff
path: root/lisp/textmodes/org.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-06-06 15:30:19 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-06-06 15:30:19 +0000
commitc039ea1df401b97ec9233613ce1cacefd1065ce5 (patch)
tree67e66077d4feb62501d4ba429e5feb99b7431a04 /lisp/textmodes/org.el
parent9542795adae087ac1f0854feaf9712e8705d1b46 (diff)
downloademacs-c039ea1df401b97ec9233613ce1cacefd1065ce5.tar.gz
(org-cycle): Fix typo in docstring.
Diffstat (limited to 'lisp/textmodes/org.el')
-rw-r--r--lisp/textmodes/org.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 2758f12a17f..9a6ab7f6ea4 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -4378,8 +4378,8 @@ between words."
`indent-relative', like TAB normally does. See the option
`org-cycle-emulate-tab' for details.
-- Special case: if point is the the beginning of the buffer and there is
- no headline in line 1, this function will act as if called with prefix arg."
+- Special case: if point is the beginning of the buffer and there is no
+ headline in line 1, this function will act as if called with prefix arg."
(interactive "P")
(let* ((outline-regexp
(if (and (org-mode-p) org-cycle-include-plain-lists)
@@ -14630,7 +14630,7 @@ priority-n The computed numerical priority"
(set-buffer "*Org Agenda*")
(while files
(eval (list 'let (append org-agenda-exporter-settings opts pars)
- (list 'org-write-agenda
+ (list 'org-write-agenda
(expand-file-name (pop files) dir) t)))))
(kill-buffer org-agenda-buffer-name)))))
@@ -15064,7 +15064,7 @@ dates."
(setq day-numbers (delq nil (mapcar (lambda(x)
(if (>= x today) x nil))
day-numbers))))
- (org-prepare-agenda (concat "Timeline "
+ (org-prepare-agenda (concat "Timeline "
(file-name-nondirectory buffer-file-name)))
(if doclosed (push :closed args))
(push :timestamp args)