# HG changeset patch # User Glenn Morris # Date 1214533504 0 # Node ID c5e50585b044fe4c0982897ad8b024e476fdecb1 # Parent f9d35151b90776169761a3ed7c2e288109fbcd5a American English spelling fix. diff -r f9d35151b907 -r c5e50585b044 lisp/ChangeLog.9 --- a/lisp/ChangeLog.9 Fri Jun 27 02:23:35 2008 +0000 +++ b/lisp/ChangeLog.9 Fri Jun 27 02:25:04 2008 +0000 @@ -17047,7 +17047,7 @@ (widget-leave-text, widget-children-value-delete): Use mapc. (widget-keymap): Remove XEmacs stuff. (widget-field-keymap, widget-text-keymap): Define all inside defvar. - (widget-button-click): Don't set point at the click, but re-centre + (widget-button-click): Don't set point at the click, but re-center if we scroll out of window. Rewritten for images v. glyphs &c. (widget-tabable-at): Use POS arg, not point. (widget-beginning-of-line, widget-end-of-line) diff -r f9d35151b907 -r c5e50585b044 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Fri Jun 27 02:23:35 2008 +0000 +++ b/lisp/calendar/calendar.el Fri Jun 27 02:25:04 2008 +0000 @@ -1415,7 +1415,7 @@ ;; Put in the days of the month. (dotimes (i last) (setq day (1+ i)) - ;; TODO should numbers be left-justified, centred...? + ;; TODO should numbers be left-justified, centered...? (insert (format (format "%%%dd%%s" calendar-day-digit-width) day (make-string (- calendar-column-width calendar-day-digit-width) ?\s))) diff -r f9d35151b907 -r c5e50585b044 lisp/calendar/todo-mode.el --- a/lisp/calendar/todo-mode.el Fri Jun 27 02:23:35 2008 +0000 +++ b/lisp/calendar/todo-mode.el Fri Jun 27 02:25:04 2008 +0000 @@ -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 who ;; corrected some of my awful coding and pointed me towards some