From: Glenn Morris Date: Fri, 30 Jan 2009 17:38:14 +0000 (+0000) Subject: (org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes. X-Git-Tag: emacs-pretest-23.0.90~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=805b5d9ccf6a0f624148fa3c0fea49b5d0b69e1a;p=emacs.git (org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes. --- 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 @@ 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 --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." (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 @@ Return t when things worked, nil when we are not in an item." 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")