diff options
| author | Juanma Barranquero | 2007-06-06 15:30:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-06 15:30:19 +0000 |
| commit | c039ea1df401b97ec9233613ce1cacefd1065ce5 (patch) | |
| tree | 67e66077d4feb62501d4ba429e5feb99b7431a04 | |
| parent | 9542795adae087ac1f0854feaf9712e8705d1b46 (diff) | |
| download | emacs-c039ea1df401b97ec9233613ce1cacefd1065ce5.tar.gz emacs-c039ea1df401b97ec9233613ce1cacefd1065ce5.zip | |
(org-cycle): Fix typo in docstring.
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/textmodes/org.el | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 249d6108e7a..0bcec517918 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,13 @@ | |||
| 1 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * pgg.el (pgg-sign-region, pgg-sign): | ||
| 4 | * ses.el (ses-call-printer): | ||
| 5 | * calendar/icalendar.el (icalendar--diarytime-to-isotime): | ||
| 6 | * textmodes/org.el (org-cycle): Fix typos in docstrings. | ||
| 7 | |||
| 1 | 2007-06-06 Carsten Dominik <dominik@science.uva.nl> | 8 | 2007-06-06 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 9 | ||
| 3 | * textmodes/org.el: | 10 | * textmodes/org.el |
| 4 | (org-export-region-as-html, org-replace-region-by-html) | 11 | (org-export-region-as-html, org-replace-region-by-html) |
| 5 | (org-number-to-letters, org-table-fedit-finish) | 12 | (org-number-to-letters, org-table-fedit-finish) |
| 6 | (org-normalize-color, org-table-fedit-ref-right) | 13 | (org-normalize-color, org-table-fedit-ref-right) |
| @@ -107,7 +114,6 @@ | |||
| 107 | (org-read-date): Match am/pm times. | 114 | (org-read-date): Match am/pm times. |
| 108 | (org-eval-in-calendar): Fix default date in prompt. | 115 | (org-eval-in-calendar): Fix default date in prompt. |
| 109 | 116 | ||
| 110 | |||
| 111 | 2007-06-05 Chong Yidong <cyd@stupidchicken.com> | 117 | 2007-06-05 Chong Yidong <cyd@stupidchicken.com> |
| 112 | 118 | ||
| 113 | * files.el (auto-mode-alist): Separate "ChangeLog.1" and | 119 | * files.el (auto-mode-alist): Separate "ChangeLog.1" and |
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." | |||
| 4378 | `indent-relative', like TAB normally does. See the option | 4378 | `indent-relative', like TAB normally does. See the option |
| 4379 | `org-cycle-emulate-tab' for details. | 4379 | `org-cycle-emulate-tab' for details. |
| 4380 | 4380 | ||
| 4381 | - Special case: if point is the the beginning of the buffer and there is | 4381 | - Special case: if point is the beginning of the buffer and there is no |
| 4382 | no headline in line 1, this function will act as if called with prefix arg." | 4382 | headline in line 1, this function will act as if called with prefix arg." |
| 4383 | (interactive "P") | 4383 | (interactive "P") |
| 4384 | (let* ((outline-regexp | 4384 | (let* ((outline-regexp |
| 4385 | (if (and (org-mode-p) org-cycle-include-plain-lists) | 4385 | (if (and (org-mode-p) org-cycle-include-plain-lists) |
| @@ -14630,7 +14630,7 @@ priority-n The computed numerical priority" | |||
| 14630 | (set-buffer "*Org Agenda*") | 14630 | (set-buffer "*Org Agenda*") |
| 14631 | (while files | 14631 | (while files |
| 14632 | (eval (list 'let (append org-agenda-exporter-settings opts pars) | 14632 | (eval (list 'let (append org-agenda-exporter-settings opts pars) |
| 14633 | (list 'org-write-agenda | 14633 | (list 'org-write-agenda |
| 14634 | (expand-file-name (pop files) dir) t))))) | 14634 | (expand-file-name (pop files) dir) t))))) |
| 14635 | (kill-buffer org-agenda-buffer-name))))) | 14635 | (kill-buffer org-agenda-buffer-name))))) |
| 14636 | 14636 | ||
| @@ -15064,7 +15064,7 @@ dates." | |||
| 15064 | (setq day-numbers (delq nil (mapcar (lambda(x) | 15064 | (setq day-numbers (delq nil (mapcar (lambda(x) |
| 15065 | (if (>= x today) x nil)) | 15065 | (if (>= x today) x nil)) |
| 15066 | day-numbers)))) | 15066 | day-numbers)))) |
| 15067 | (org-prepare-agenda (concat "Timeline " | 15067 | (org-prepare-agenda (concat "Timeline " |
| 15068 | (file-name-nondirectory buffer-file-name))) | 15068 | (file-name-nondirectory buffer-file-name))) |
| 15069 | (if doclosed (push :closed args)) | 15069 | (if doclosed (push :closed args)) |
| 15070 | (push :timestamp args) | 15070 | (push :timestamp args) |