aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-06-06 15:30:19 +0000
committerJuanma Barranquero <[email protected]>2007-06-06 15:30:19 +0000
commitc039ea1df401b97ec9233613ce1cacefd1065ce5 (patch)
tree67e66077d4feb62501d4ba429e5feb99b7431a04 /lisp
parent9542795adae087ac1f0854feaf9712e8705d1b46 (diff)
(org-cycle): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/textmodes/org.el8
2 files changed, 12 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 249d6108e7..0bcec51791 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,13 @@
+2007-06-06 Juanma Barranquero <[email protected]>
+
+ * pgg.el (pgg-sign-region, pgg-sign):
+ * ses.el (ses-call-printer):
+ * calendar/icalendar.el (icalendar--diarytime-to-isotime):
+ * textmodes/org.el (org-cycle): Fix typos in docstrings.
+
2007-06-06 Carsten Dominik <[email protected]>
- * textmodes/org.el:
+ * textmodes/org.el
(org-export-region-as-html, org-replace-region-by-html)
(org-number-to-letters, org-table-fedit-finish)
(org-normalize-color, org-table-fedit-ref-right)
@@ -107,7 +114,6 @@
(org-read-date): Match am/pm times.
(org-eval-in-calendar): Fix default date in prompt.
-
2007-06-05 Chong Yidong <[email protected]>
* files.el (auto-mode-alist): Separate "ChangeLog.1" and
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 2758f12a17..9a6ab7f6ea 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)