From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:10:21 +0000 (+0000) Subject: (todo-insert-threshold): Fix spellings in docstrings. X-Git-Tag: emacs-pretest-22.0.90~9085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77602fc76fb66f4b162c4474874d301a1403f16c;p=emacs.git (todo-insert-threshold): Fix spellings in docstrings. --- 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)