From bf96c5105652c1b678c0d6b3b02c9da83271dae1 Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Tue, 16 Dec 2008 11:20:59 -0500 Subject: [PATCH] Fix typos in org-list.el --- lisp/org-list.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 6ba60859e..559cef152 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -353,7 +353,7 @@ the whole buffer." ))) (goto-char continue-from)) (when (interactive-p) - (message "Checkbox satistics updated %s (%d places)" + (message "Checkbox statistics updated %s (%d places)" (if all "in entire file" "in current outline entry") cstat))))) (defun org-get-checkbox-statistics-face () @@ -601,7 +601,7 @@ This cycle the entire list level through the sequence: `-' -> `+' -> `*' -> `1.' -> `1)' If WHICH is a string, use that as the new bullet. If WHICH is an integer, -0 meand `-', 1 means `+' etc." +0 means `-', 1 means `+' etc." (interactive "P") (org-preserve-lc (org-beginning-of-item-list) @@ -834,7 +834,7 @@ I.e. to the text after the last item." (defun org-item-indent-positions () "Return indentation for plain list items. This returns a list with three values: The current indentation, the -parent indentation and the indentation a child should habe. +parent indentation and the indentation a child should have. Assumes cursor in item line." (let* ((bolpos (point-at-bol)) (ind (org-get-indentation)) -- 2.11.4.GIT