diff options
| author | Glenn Morris | 2009-01-30 17:38:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-30 17:38:14 +0000 |
| commit | 805b5d9ccf6a0f624148fa3c0fea49b5d0b69e1a (patch) | |
| tree | fbbda2173ebbc2503588c2ce23119cc3414b9b2c /lisp | |
| parent | 6f3e2af68046ddd5c39d7dffc8cb2b7db66eb00b (diff) | |
| download | emacs-805b5d9ccf6a0f624148fa3c0fea49b5d0b69e1a.tar.gz emacs-805b5d9ccf6a0f624148fa3c0fea49b5d0b69e1a.zip | |
(org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/org/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/org/org-list.el | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 3dee87b665a..150234e1be6 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-01-30 Glenn Morris <rgm@gnu.org> | 1 | 2009-01-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * org-list.el (org-empty-line-terminates-plain-lists) | ||
| 4 | (org-toggle-checkbox): Doc fixes. | ||
| 5 | |||
| 3 | * org-table.el (org-table-clean-before-export): Fix declaration. | 6 | * org-table.el (org-table-clean-before-export): Fix declaration. |
| 4 | 7 | ||
| 5 | 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com> | 8 | 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com> |
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index 13f54dc83a7..60378e55b33 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -89,7 +89,7 @@ the bullet in each item of he list." | |||
| 89 | 89 | ||
| 90 | (defcustom org-empty-line-terminates-plain-lists nil | 90 | (defcustom org-empty-line-terminates-plain-lists nil |
| 91 | "Non-nil means, an empty line ends all plain list levels. | 91 | "Non-nil means, an empty line ends all plain list levels. |
| 92 | When nil, empty lines are part of the preceeding item." | 92 | When nil, empty lines are part of the preceding item." |
| 93 | :group 'org-plain-lists | 93 | :group 'org-plain-lists |
| 94 | :type 'boolean) | 94 | :type 'boolean) |
| 95 | 95 | ||
| @@ -253,7 +253,7 @@ Return t when things worked, nil when we are not in an item." | |||
| 253 | With prefix arg TOGGLE-PRESENCE, add or remove checkboxes. | 253 | With prefix arg TOGGLE-PRESENCE, add or remove checkboxes. |
| 254 | When there is an active region, toggle status or presence of the checkbox | 254 | When there is an active region, toggle status or presence of the checkbox |
| 255 | in the first line, and make every item in the region have the same | 255 | in the first line, and make every item in the region have the same |
| 256 | status or precence, respectively. | 256 | status or presence, respectively. |
| 257 | If the cursor is in a headline, apply this to all checkbox items in the | 257 | If the cursor is in a headline, apply this to all checkbox items in the |
| 258 | text below the heading." | 258 | text below the heading." |
| 259 | (interactive "P") | 259 | (interactive "P") |