]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo: "threshhold" -> "threshold".
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 06:31:04 +0000 (06:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 06:31:04 +0000 (06:31 +0000)
lisp/ChangeLog
lisp/calendar/todo-mode.el

index 9744808949fb1b133d7043a07f100de979bea580..496c8394baac2d6b9e443cf4a624cb70b5274dc9 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-19  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
+
 2007-04-18  Glenn Morris  <rgm@gnu.org>
 
        * calendar/diary-lib.el (diary-header-line-format): Add a custom
index 9449c84cb2a51048a2f6ce7bab2900dcca4707b7..f70400ed27d4915783fcaca46f38c90a51207491 100644 (file)
 ;;             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."