# HG changeset patch # User Glenn Morris # Date 1233337094 0 # Node ID 9bc864ce1de6ff2b8674ba29e5d3de068891f3e9 # Parent 18375b5e06f0d621f9dc7f19c0dd00355f0f8ff0 (org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes. diff -r 18375b5e06f0 -r 9bc864ce1de6 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Fri Jan 30 17:32:39 2009 +0000 +++ b/lisp/org/ChangeLog Fri Jan 30 17:38:14 2009 +0000 @@ -1,5 +1,8 @@ 2009-01-30 Glenn Morris + * org-list.el (org-empty-line-terminates-plain-lists) + (org-toggle-checkbox): Doc fixes. + * org-table.el (org-table-clean-before-export): Fix declaration. 2009-01-30 Carsten Dominik diff -r 18375b5e06f0 -r 9bc864ce1de6 lisp/org/org-list.el --- a/lisp/org/org-list.el Fri Jan 30 17:32:39 2009 +0000 +++ b/lisp/org/org-list.el Fri Jan 30 17:38:14 2009 +0000 @@ -89,7 +89,7 @@ (defcustom org-empty-line-terminates-plain-lists nil "Non-nil means, an empty line ends all plain list levels. -When nil, empty lines are part of the preceeding item." +When nil, empty lines are part of the preceding item." :group 'org-plain-lists :type 'boolean) @@ -253,7 +253,7 @@ With prefix arg TOGGLE-PRESENCE, add or remove checkboxes. When there is an active region, toggle status or presence of the checkbox in the first line, and make every item in the region have the same -status or precence, respectively. +status or presence, respectively. If the cursor is in a headline, apply this to all checkbox items in the text below the heading." (interactive "P")