summaryrefslogtreecommitdiff
path: root/lisp/calendar/todo-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 02:41:14 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 02:41:14 +0000
commit6772c8e169a6a56ee387373a00a65bd3a3070725 (patch)
tree4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp/calendar/todo-mode.el
parent04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff)
downloademacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz
American English spelling fix.
Diffstat (limited to 'lisp/calendar/todo-mode.el')
-rw-r--r--lisp/calendar/todo-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 2a47173f9e6..2e246bfcf5a 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -209,7 +209,7 @@
;; the end of the loop and you will insert 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 centre of that window. I
+;; insert the item in the approximate center of that window. I
;; got the idea for this feature after reading a very helpful
;; e-mail reply from Trey Jackson <trey@cs.berkeley.edu> who
;; corrected some of my awful coding and pointed me towards some