diff options
| author | Carsten Dominik | 2005-01-14 13:08:16 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2005-01-14 13:08:16 +0000 |
| commit | 7d7dac8c936dfd193f3aee9e65554ba3c5380d0d (patch) | |
| tree | 9d01169eb84af87e8c94249424da057dde458a5a /lisp | |
| parent | 81bdc71881257942f735f888eba45830e30032a0 (diff) | |
| download | emacs-7d7dac8c936dfd193f3aee9e65554ba3c5380d0d.tar.gz emacs-7d7dac8c936dfd193f3aee9e65554ba3c5380d0d.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/textmodes/org.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4cc298e29a1..5bc8aada7de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * textmodes/org.el (org-show-following-heading): New option. | 3 | * textmodes/org.el (org-show-following-heading): New option. |
| 4 | (org-show-hierarchy-above): Use `org-show-following-heading'. | 4 | (org-show-hierarchy-above): Use `org-show-following-heading'. |
| 5 | (org-cycle): Documentation fix. | ||
| 5 | 6 | ||
| 6 | * textmodes/org.el (orgtbl-optimized): New option | 7 | * textmodes/org.el (orgtbl-optimized): New option |
| 7 | (orgtbl-mode): New command, a minor mode. | 8 | (orgtbl-mode): New command, a minor mode. |
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index e0514f66afc..80ff7637365 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -1563,7 +1563,7 @@ The following commands are available: | |||
| 1563 | (defvar org-cycle-global-status nil) | 1563 | (defvar org-cycle-global-status nil) |
| 1564 | (defvar org-cycle-subtree-status nil) | 1564 | (defvar org-cycle-subtree-status nil) |
| 1565 | (defun org-cycle (&optional arg) | 1565 | (defun org-cycle (&optional arg) |
| 1566 | "Visibility cycling for outline(-minor)-mode. | 1566 | "Visibility cycling for org-mode. |
| 1567 | 1567 | ||
| 1568 | - When this function is called with a prefix argument, rotate the entire | 1568 | - When this function is called with a prefix argument, rotate the entire |
| 1569 | buffer through 3 states (global cycling) | 1569 | buffer through 3 states (global cycling) |