summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:10:21 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:10:21 +0000
commit77602fc76fb66f4b162c4474874d301a1403f16c (patch)
tree5b9a9c17cfa450e74ea0566a74b19beffa294305 /lisp
parentc35dcd7e229a535cc88b018912557e7e57e542d3 (diff)
downloademacs-77602fc76fb66f4b162c4474874d301a1403f16c.tar.gz
emacs-77602fc76fb66f4b162c4474874d301a1403f16c.tar.bz2
emacs-77602fc76fb66f4b162c4474874d301a1403f16c.zip
(todo-insert-threshold): Fix spellings in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/todo-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 132f42369c6..85d49ba38f7 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -311,7 +311,7 @@ which it will stop. If you set the threshhold to zero, the upper and
lower bound will coincide at the end of the loop and you will insert
your item just before that point. If you set the threshhold to,
e.g. 8, it will stop as soon as the window size drops below that
-amount and will insert the item in the approximate centre of that
+amount and will insert the item in the approximate center of that
window."
:type 'integer
:group 'todo)