summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-04-19 06:31:04 +0000
committerGlenn Morris <rgm@gnu.org>2007-04-19 06:31:04 +0000
commit745465ec5feb2d9be4cb0c70531ae557423a1647 (patch)
treec938c686471bbcc01ae440bfbaca5d801ceb29b7 /lisp/calendar
parente159624dea3cf646a7f294eefd28e2842ccb22d4 (diff)
Fix typo: "threshhold" -> "threshold".
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/todo-mode.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 9449c84cb2a..f70400ed27d 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -205,11 +205,11 @@
;; by the binary insertion algorithm. However, you may not
;; really have a need for such accurate priorities amongst your
;; TODO items. If you now think about the binary insertion
-;; halfing the size of the window each time, then the threshhold
+;; halfing the size of the window each time, then the threshold
;; is the window size at which it will stop. If you set the
-;; threshhold to zero, the upper and lower bound will coincide at
+;; threshold 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
+;; that point. If you set the threshold 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 window. I
;; got the idea for this feature after reading a very helpful
@@ -307,10 +307,10 @@ If you have 8 items in your TODO list, then you may get asked 4
questions by the binary insertion algorithm. However, you may not
really have a need for such accurate priorities amongst your TODO
items. If you now think about the binary insertion halfing the size
-of the window each time, then the threshhold is the window size at
-which it will stop. If you set the threshhold to zero, the upper and
+of the window each time, then the threshold is the window size at
+which it will stop. If you set the threshold 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,
+your item just before that point. If you set the threshold 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 center of that
window."