]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-empty-line-terminates-plain-lists, org-toggle-checkbox): Doc fixes.
authorGlenn Morris <rgm@gnu.org>
Fri, 30 Jan 2009 17:38:14 +0000 (17:38 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 30 Jan 2009 17:38:14 +0000 (17:38 +0000)
lisp/org/ChangeLog
lisp/org/org-list.el

index 3dee87b665a5458a272478ebf156fa1dd6cd720f..150234e1be6e2b66ff31fc752246285947664b85 100644 (file)
@@ -1,5 +1,8 @@
 2009-01-30  Glenn Morris  <rgm@gnu.org>
 
+       * 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  <carsten.dominik@gmail.com>
index 13f54dc83a781fe6ecf1530e99d328c4ad894ecb..60378e55b3311e626c30663c242d9b47ce58cc8d 100644 (file)
@@ -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")