]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some typos.
authorGlenn Morris <rgm@gnu.org>
Sun, 22 Apr 2007 01:26:45 +0000 (01:26 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 22 Apr 2007 01:26:45 +0000 (01:26 +0000)
lisp/calendar/todo-mode.el

index f70400ed27d4915783fcaca46f38c90a51207491..fc222c2d839b3dc9e634c96014d7d3857556e240 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 threshold
+;;             halving the size 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
 ;;          an event (unless marked by &)
 ;;      o   The optional COUNT variable of todo-forward-item should be
 ;;          applied to the other functions performing similar tasks
-;;      o   Modularization could be done for repeaded elements of
+;;      o   Modularization could be done for repeated elements of
 ;;          the code, like the completing-read lines of code.
 ;;     o   license / version function
 ;;     o   export to diary file
 ;;          outline mode)
 ;;     o   rewrite complete package to store data as lisp objects
 ;;          and have display modes for display, for diary export,
-;;          etc. (Richard Stallman pointed out this is a bad idea)
+;;          etc.  (Richard Stallman pointed out this is a bad idea)
 ;;      o   so base todo-mode.el on generic-mode.el instead
 ;;
 ;;  History and Gossip
 ;;     things to my parents' address!
 ;;
 ;;     Oliver Seidel
-;;     (Lessingstr. 8, 65760 Eschborn, Federal Republic of Germany)
+;;     (Lessingstr.  8, 65760 Eschborn, Federal Republic of Germany)
 
 ;;; Code:
 
@@ -280,7 +280,7 @@ in your diary file to include your todo list file as part of your
 diary.  With the default value \"*/*\" the diary displays each entry
 every day and it may also be marked on every day of the calendar.
 Using \"&%%(equal (calendar-current-date) date)\" instead will only
-show and mark todo entreis for today, but may slow down processing of
+show and mark todo entries for today, but may slow down processing of
 the diary file somewhat."
   :type 'string
   :group 'todo)
@@ -306,7 +306,7 @@ the diary file somewhat."
 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
+items.  If you now think about the binary insertion halving the size
 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