Mercurial > emacs
changeset 77383:e905e4598d5f
Fix some typos.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 22 Apr 2007 01:26:45 +0000 |
parents | 80b4497253f4 |
children | 4c5740f0be2c |
files | lisp/calendar/todo-mode.el |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/todo-mode.el Sun Apr 22 00:22:14 2007 +0000 +++ b/lisp/calendar/todo-mode.el Sun Apr 22 01:26:45 2007 +0000 @@ -205,7 +205,7 @@ ;; 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 @@ -231,7 +231,7 @@ ;; 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 @@ -241,7 +241,7 @@ ;; 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 @@ -254,7 +254,7 @@ ;; 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 @@ 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 @@ 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