diff options
| author | Glenn Morris | 2008-06-27 02:41:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 02:41:14 +0000 |
| commit | 6772c8e169a6a56ee387373a00a65bd3a3070725 (patch) | |
| tree | 4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp | |
| parent | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff) | |
| download | emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip | |
American English spelling fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.10 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.13 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.6 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 4 | ||||
| -rw-r--r-- | lisp/calendar/calendar.el | 2 | ||||
| -rw-r--r-- | lisp/calendar/todo-mode.el | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.03 | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-capab.el | 2 | ||||
| -rw-r--r-- | lisp/font-lock.el | 8 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | lisp/gnus/mml1991.el | 8 | ||||
| -rw-r--r-- | lisp/gnus/smime.el | 2 | ||||
| -rw-r--r-- | lisp/hl-line.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 4 | ||||
| -rw-r--r-- | lisp/org/org-table.el | 2 | ||||
| -rw-r--r-- | lisp/play/5x5.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-awk.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 | ||||
| -rw-r--r-- | lisp/vc-hg.el | 16 | ||||
| -rw-r--r-- | lisp/woman.el | 2 |
22 files changed, 42 insertions, 42 deletions
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 9918be38212..bd0703de132 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -8103,7 +8103,7 @@ | |||
| 8103 | * tooltip.el (tooltip-gud-print-command): Add server prefix to the | 8103 | * tooltip.el (tooltip-gud-print-command): Add server prefix to the |
| 8104 | print command for gdb to keep it out of the command history. | 8104 | print command for gdb to keep it out of the command history. |
| 8105 | 8105 | ||
| 8106 | * gdb-ui.el: Major re-organisation. Simplify legacy gdba | 8106 | * gdb-ui.el: Major re-organization. Simplify legacy gdba |
| 8107 | code to allow only one gdb process. | 8107 | code to allow only one gdb process. |
| 8108 | 8108 | ||
| 8109 | 2002-11-23 Markus Rost <rost@math.ohio-state.edu> | 8109 | 2002-11-23 Markus Rost <rost@math.ohio-state.edu> |
| @@ -10404,7 +10404,7 @@ | |||
| 10404 | `file-exists-p. | 10404 | `file-exists-p. |
| 10405 | (tramp-completion-handle-file-exists-p): New function. | 10405 | (tramp-completion-handle-file-exists-p): New function. |
| 10406 | (tramp-completion-handle-file-name-completion): Simplified. | 10406 | (tramp-completion-handle-file-name-completion): Simplified. |
| 10407 | (tramp-completion-dissect-file-name): Regexp's reorganised. | 10407 | (tramp-completion-dissect-file-name): Regexp's reorganized. |
| 10408 | (tramp-completion-handle-file-name-all-completions): | 10408 | (tramp-completion-handle-file-name-all-completions): |
| 10409 | Call completion-function only if `user' or `host' is given. | 10409 | Call completion-function only if `user' or `host' is given. |
| 10410 | (tramp-get-completion-user-host): New function. | 10410 | (tramp-get-completion-user-host): New function. |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 1ab643c9ff5..db12cac619c 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -18817,7 +18817,7 @@ | |||
| 18817 | (gdb-goto-breakpoint): Try to force display in source buffer. | 18817 | (gdb-goto-breakpoint): Try to force display in source buffer. |
| 18818 | (gdb-frame-gdb-buffer): Copy other similar functions. | 18818 | (gdb-frame-gdb-buffer): Copy other similar functions. |
| 18819 | (gdb-restore-windows): Don't display source if not asked for. | 18819 | (gdb-restore-windows): Don't display source if not asked for. |
| 18820 | (gdb-assembler-buffer-name): Don't capitalise. | 18820 | (gdb-assembler-buffer-name): Don't capitalize. |
| 18821 | 18821 | ||
| 18822 | 2005-11-03 Richard M. Stallman <rms@gnu.org> | 18822 | 2005-11-03 Richard M. Stallman <rms@gnu.org> |
| 18823 | 18823 | ||
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 43ccb0b4ff8..a7246c3ab57 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -11224,7 +11224,7 @@ | |||
| 11224 | (server-execute, server-return-error): New functions extracted from | 11224 | (server-execute, server-return-error): New functions extracted from |
| 11225 | server-process-filter. | 11225 | server-process-filter. |
| 11226 | (server-execute-continuation): New functions. | 11226 | (server-execute-continuation): New functions. |
| 11227 | (server-process-filter): Restructure so that all arguments are analysed | 11227 | (server-process-filter): Restructure so that all arguments are analyzed |
| 11228 | first and then acted upon in a subsequent stage. This way | 11228 | first and then acted upon in a subsequent stage. This way |
| 11229 | server-goto-toplevel can be executed later, when we know if | 11229 | server-goto-toplevel can be executed later, when we know if |
| 11230 | it's necessary. | 11230 | it's necessary. |
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index f39682479bc..c4c00ffb082 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -4591,7 +4591,7 @@ | |||
| 4591 | 1995-12-13 Simon Marshall <simon@duality.gnu.ai.mit.edu> | 4591 | 1995-12-13 Simon Marshall <simon@duality.gnu.ai.mit.edu> |
| 4592 | 4592 | ||
| 4593 | * faces.el (modify-face): Take extra optional arg FRAME. | 4593 | * faces.el (modify-face): Take extra optional arg FRAME. |
| 4594 | Use face-try-color-list to change foreground and background colours. | 4594 | Use face-try-color-list to change foreground and background colors. |
| 4595 | If BOLD-P, ITALIC-P or UNDERLINE-P not nil or t, don't change the | 4595 | If BOLD-P, ITALIC-P or UNDERLINE-P not nil or t, don't change the |
| 4596 | display attribute corresponding to that arg. Doc fix. | 4596 | display attribute corresponding to that arg. Doc fix. |
| 4597 | 4597 | ||
| @@ -5477,7 +5477,7 @@ | |||
| 5477 | 5477 | ||
| 5478 | 1995-10-26 Simon Marshall <simon@duality.gnu.ai.mit.edu> | 5478 | 1995-10-26 Simon Marshall <simon@duality.gnu.ai.mit.edu> |
| 5479 | 5479 | ||
| 5480 | * font-lock.el: General reorganisation. | 5480 | * font-lock.el: General reorganization. |
| 5481 | (font-lock-fontify-syntactically-region): Renamed from | 5481 | (font-lock-fontify-syntactically-region): Renamed from |
| 5482 | font-lock-fontify-region. Assume that region end-points are at bol. | 5482 | font-lock-fontify-region. Assume that region end-points are at bol. |
| 5483 | Don't bother wrapping with save-excursion; caller does this. | 5483 | Don't bother wrapping with save-excursion; caller does this. |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index f4f8e291933..d74795ecfe1 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -3881,7 +3881,7 @@ | |||
| 3881 | (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | 3881 | (frame-delete-all): Moved to subr.el as `assoc-delete-all'. |
| 3882 | Callers changed. | 3882 | Callers changed. |
| 3883 | (set-background-color, set-foreground-color, set-cursor-color) | 3883 | (set-background-color, set-foreground-color, set-cursor-color) |
| 3884 | (set-mouse-color, set-border-color): Offer completion of colours. | 3884 | (set-mouse-color, set-border-color): Offer completion of colors. |
| 3885 | (cursor): Add :version to defgroup. | 3885 | (cursor): Add :version to defgroup. |
| 3886 | 3886 | ||
| 3887 | * facemenu.el (list-colors-display): Make it work on ttys. | 3887 | * facemenu.el (list-colors-display): Make it work on ttys. |
| @@ -6146,7 +6146,7 @@ | |||
| 6146 | correctly between an object declared via a constructor and a method. | 6146 | correctly between an object declared via a constructor and a method. |
| 6147 | (font-lock-defaults-alist): Don't give `.' word syntax for Java. | 6147 | (font-lock-defaults-alist): Don't give `.' word syntax for Java. |
| 6148 | (java-font-lock-keywords-1): Fontify package names individually. | 6148 | (java-font-lock-keywords-1): Fontify package names individually. |
| 6149 | (java-font-lock-extra-types): Ensure regexp matches capitalised only. | 6149 | (java-font-lock-extra-types): Ensure regexp matches capitalized only. |
| 6150 | (java-font-lock-keywords-2): Simplify type fontification. | 6150 | (java-font-lock-keywords-2): Simplify type fontification. |
| 6151 | (java-font-lock-keywords-3): Likewise. | 6151 | (java-font-lock-keywords-3): Likewise. |
| 6152 | 6152 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 7134dcbb6b1..51f29b94b48 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -10523,7 +10523,7 @@ | |||
| 10523 | * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm: | 10523 | * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm: |
| 10524 | * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm: | 10524 | * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm: |
| 10525 | * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm: | 10525 | * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm: |
| 10526 | Reduce colour requirements to 25 overall. (Probably wants | 10526 | Reduce color requirements to 25 overall. (Probably wants |
| 10527 | revisiting from the originals to reduce further.) | 10527 | revisiting from the originals to reduce further.) |
| 10528 | 10528 | ||
| 10529 | 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il> | 10529 | 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il> |
| @@ -17047,7 +17047,7 @@ | |||
| 17047 | (widget-leave-text, widget-children-value-delete): Use mapc. | 17047 | (widget-leave-text, widget-children-value-delete): Use mapc. |
| 17048 | (widget-keymap): Remove XEmacs stuff. | 17048 | (widget-keymap): Remove XEmacs stuff. |
| 17049 | (widget-field-keymap, widget-text-keymap): Define all inside defvar. | 17049 | (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
| 17050 | (widget-button-click): Don't set point at the click, but re-centre | 17050 | (widget-button-click): Don't set point at the click, but re-center |
| 17051 | if we scroll out of window. Rewritten for images v. glyphs &c. | 17051 | if we scroll out of window. Rewritten for images v. glyphs &c. |
| 17052 | (widget-tabable-at): Use POS arg, not point. | 17052 | (widget-tabable-at): Use POS arg, not point. |
| 17053 | (widget-beginning-of-line, widget-end-of-line) | 17053 | (widget-beginning-of-line, widget-end-of-line) |
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 9ffac71fe73..dc2f8ce9079 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1415,7 +1415,7 @@ line." | |||
| 1415 | ;; Put in the days of the month. | 1415 | ;; Put in the days of the month. |
| 1416 | (dotimes (i last) | 1416 | (dotimes (i last) |
| 1417 | (setq day (1+ i)) | 1417 | (setq day (1+ i)) |
| 1418 | ;; TODO should numbers be left-justified, centred...? | 1418 | ;; TODO should numbers be left-justified, centered...? |
| 1419 | (insert (format (format "%%%dd%%s" calendar-day-digit-width) day | 1419 | (insert (format (format "%%%dd%%s" calendar-day-digit-width) day |
| 1420 | (make-string | 1420 | (make-string |
| 1421 | (- calendar-column-width calendar-day-digit-width) ?\s))) | 1421 | (- calendar-column-width calendar-day-digit-width) ?\s))) |
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 @@ | |||
| 209 | ;; the end of the loop and you will insert your item just before | 209 | ;; the end of the loop and you will insert your item just before |
| 210 | ;; that point. If you set the threshold to, e.g. 8, it will stop | 210 | ;; that point. If you set the threshold to, e.g. 8, it will stop |
| 211 | ;; as soon as the window size drops below that amount and will | 211 | ;; as soon as the window size drops below that amount and will |
| 212 | ;; insert the item in the approximate centre of that window. I | 212 | ;; insert the item in the approximate center of that window. I |
| 213 | ;; got the idea for this feature after reading a very helpful | 213 | ;; got the idea for this feature after reading a very helpful |
| 214 | ;; e-mail reply from Trey Jackson <trey@cs.berkeley.edu> who | 214 | ;; e-mail reply from Trey Jackson <trey@cs.berkeley.edu> who |
| 215 | ;; corrected some of my awful coding and pointed me towards some | 215 | ;; corrected some of my awful coding and pointed me towards some |
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 30e6664dd27..526042ea08d 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 | |||
| @@ -1474,7 +1474,7 @@ | |||
| 1474 | 1474 | ||
| 1475 | * erc.el: | 1475 | * erc.el: |
| 1476 | erc-error-face: setting a background doesn't work so well with multi-line | 1476 | erc-error-face: setting a background doesn't work so well with multi-line |
| 1477 | messages, so we don't. fg colour is negotiable ;-) | 1477 | messages, so we don't. fg color is negotiable ;-) |
| 1478 | (erc-cmd-QUERY): fixed, new doco, supress (erc-delete-query) until we fix it | 1478 | (erc-cmd-QUERY): fixed, new doco, supress (erc-delete-query) until we fix it |
| 1479 | (erc-send-current-line): allow multi-line messages provided they don't start | 1479 | (erc-send-current-line): allow multi-line messages provided they don't start |
| 1480 | with a slash - there's no need to prohibit them if the slash isn't the | 1480 | with a slash - there's no need to prohibit them if the slash isn't the |
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el index e153e0185d2..2a6e2811a0d 100644 --- a/lisp/erc/erc-capab.el +++ b/lisp/erc/erc-capab.el | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | ;; From freenode.net's web site (not there anymore) on how to mark | 43 | ;; From freenode.net's web site (not there anymore) on how to mark |
| 44 | ;; unidentified users: | 44 | ;; unidentified users: |
| 45 | ;; "We recommend that you add an asterisk before the nick, and | 45 | ;; "We recommend that you add an asterisk before the nick, and |
| 46 | ;; optionally either highlight or colourize the line in some | 46 | ;; optionally either highlight or colorize the line in some |
| 47 | ;; appropriate fashion, if the user is not identified." | 47 | ;; appropriate fashion, if the user is not identified." |
| 48 | 48 | ||
| 49 | ;;; Usage: | 49 | ;;; Usage: |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index e139b5975c7..9206da2875c 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -195,8 +195,8 @@ | |||
| 195 | ;; i.e., (b) above, all modes that have items that can be thought of as, say, | 195 | ;; i.e., (b) above, all modes that have items that can be thought of as, say, |
| 196 | ;; keywords, should be highlighted with the same face, etc. | 196 | ;; keywords, should be highlighted with the same face, etc. |
| 197 | ;; - Make the face attributes fit the concept as far as possible. | 197 | ;; - Make the face attributes fit the concept as far as possible. |
| 198 | ;; i.e., function names might be a bold colour such as blue, comments might | 198 | ;; i.e., function names might be a bold color such as blue, comments might |
| 199 | ;; be a bright colour such as red, character strings might be brown, because, | 199 | ;; be a bright color such as red, character strings might be brown, because, |
| 200 | ;; err, strings are brown (that was not the reason, please believe me). | 200 | ;; err, strings are brown (that was not the reason, please believe me). |
| 201 | ;; - Don't use a non-nil OVERRIDE unless you have a good reason. | 201 | ;; - Don't use a non-nil OVERRIDE unless you have a good reason. |
| 202 | ;; Only use OVERRIDE for special things that are easy to define, such as the | 202 | ;; Only use OVERRIDE for special things that are easy to define, such as the |
| @@ -1824,7 +1824,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using | |||
| 1824 | (setq font-lock-keywords | 1824 | (setq font-lock-keywords |
| 1825 | (font-lock-compile-keywords font-lock-keywords)))))) | 1825 | (font-lock-compile-keywords font-lock-keywords)))))) |
| 1826 | 1826 | ||
| 1827 | ;;; Colour etc. support. | 1827 | ;;; Color etc. support. |
| 1828 | 1828 | ||
| 1829 | ;; Note that `defface' will not overwrite any faces declared above via | 1829 | ;; Note that `defface' will not overwrite any faces declared above via |
| 1830 | ;; `custom-declare-face'. | 1830 | ;; `custom-declare-face'. |
| @@ -1981,7 +1981,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using | |||
| 1981 | "Font Lock mode face used to highlight grouping constructs in Lisp regexps." | 1981 | "Font Lock mode face used to highlight grouping constructs in Lisp regexps." |
| 1982 | :group 'font-lock-faces) | 1982 | :group 'font-lock-faces) |
| 1983 | 1983 | ||
| 1984 | ;;; End of Colour etc. support. | 1984 | ;;; End of Color etc. support. |
| 1985 | 1985 | ||
| 1986 | ;;; Menu support. | 1986 | ;;; Menu support. |
| 1987 | 1987 | ||
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index f74f8d634d9..c1f8769a6b9 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -2390,7 +2390,7 @@ | |||
| 2390 | 2390 | ||
| 2391 | 2003-05-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 2391 | 2003-05-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2392 | 2392 | ||
| 2393 | * gnus.el (gnus-logo-color-alist): Added no colours. | 2393 | * gnus.el (gnus-logo-color-alist): Added no colors. |
| 2394 | 2394 | ||
| 2395 | 2003-05-09 Dave Love <fx@gnu.org> | 2395 | 2003-05-09 Dave Love <fx@gnu.org> |
| 2396 | 2396 | ||
diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el index 17793b2a4b0..1a7588b4349 100644 --- a/lisp/gnus/mml1991.el +++ b/lisp/gnus/mml1991.el | |||
| @@ -133,7 +133,7 @@ Whether the passphrase is cached at all is controlled by | |||
| 133 | 'never)) | 133 | 'never)) |
| 134 | cipher | 134 | cipher |
| 135 | (result-buffer (get-buffer-create "*GPG Result*"))) | 135 | (result-buffer (get-buffer-create "*GPG Result*"))) |
| 136 | ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMOURED | 136 | ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMORED |
| 137 | (goto-char (point-min)) | 137 | (goto-char (point-min)) |
| 138 | (while (looking-at "^Content[^ ]+:") (forward-line)) | 138 | (while (looking-at "^Content[^ ]+:") (forward-line)) |
| 139 | (unless (bobp) | 139 | (unless (bobp) |
| @@ -213,7 +213,7 @@ Whether the passphrase is cached at all is controlled by | |||
| 213 | (let ((text (current-buffer)) | 213 | (let ((text (current-buffer)) |
| 214 | cipher | 214 | cipher |
| 215 | (result-buffer (get-buffer-create "*GPG Result*"))) | 215 | (result-buffer (get-buffer-create "*GPG Result*"))) |
| 216 | ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMOURED | 216 | ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMORED |
| 217 | (goto-char (point-min)) | 217 | (goto-char (point-min)) |
| 218 | (while (looking-at "^Content[^ ]+:") (forward-line)) | 218 | (while (looking-at "^Content[^ ]+:") (forward-line)) |
| 219 | (unless (bobp) | 219 | (unless (bobp) |
| @@ -303,7 +303,7 @@ Whether the passphrase is cached at all is controlled by | |||
| 303 | (let ((cte (save-restriction | 303 | (let ((cte (save-restriction |
| 304 | (narrow-to-region (point-min) (point)) | 304 | (narrow-to-region (point-min) (point)) |
| 305 | (mail-fetch-field "content-transfer-encoding")))) | 305 | (mail-fetch-field "content-transfer-encoding")))) |
| 306 | ;; Strip MIME headers since it will be ASCII armoured. | 306 | ;; Strip MIME headers since it will be ASCII armored. |
| 307 | (forward-line 1) | 307 | (forward-line 1) |
| 308 | (delete-region (point-min) (point)) | 308 | (delete-region (point-min) (point)) |
| 309 | (when cte | 309 | (when cte |
| @@ -424,7 +424,7 @@ If no one is selected, default secret key is used. " | |||
| 424 | (let ((cte (save-restriction | 424 | (let ((cte (save-restriction |
| 425 | (narrow-to-region (point-min) (point)) | 425 | (narrow-to-region (point-min) (point)) |
| 426 | (mail-fetch-field "content-transfer-encoding")))) | 426 | (mail-fetch-field "content-transfer-encoding")))) |
| 427 | ;; Strip MIME headers since it will be ASCII armoured. | 427 | ;; Strip MIME headers since it will be ASCII armored. |
| 428 | (forward-line 1) | 428 | (forward-line 1) |
| 429 | (delete-region (point-min) (point)) | 429 | (delete-region (point-min) (point)) |
| 430 | (when cte | 430 | (when cte |
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 712880d486c..c7d32e47792 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el | |||
| @@ -63,7 +63,7 @@ | |||
| 63 | ;; | 63 | ;; |
| 64 | ;; Now you should be able to sign messages! Create a buffer and write | 64 | ;; Now you should be able to sign messages! Create a buffer and write |
| 65 | ;; something and run M-x smime-sign-buffer RET RET and you should see | 65 | ;; something and run M-x smime-sign-buffer RET RET and you should see |
| 66 | ;; your message MIME armoured and a signature. Encryption, M-x | 66 | ;; your message MIME armored and a signature. Encryption, M-x |
| 67 | ;; smime-encrypt-buffer, should also work. | 67 | ;; smime-encrypt-buffer, should also work. |
| 68 | ;; | 68 | ;; |
| 69 | ;; To be able to verify messages you need to build up trust with | 69 | ;; To be able to verify messages you need to build up trust with |
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 0071dfe3315..dae21af0b84 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | ;; local mode behave like the global mode. | 38 | ;; local mode behave like the global mode. |
| 39 | 39 | ||
| 40 | ;; You probably don't really want to use the global mode; if the | 40 | ;; You probably don't really want to use the global mode; if the |
| 41 | ;; cursor is difficult to spot, try changing its colour, relying on | 41 | ;; cursor is difficult to spot, try changing its color, relying on |
| 42 | ;; `blink-cursor-mode' or both. The hookery used might affect | 42 | ;; `blink-cursor-mode' or both. The hookery used might affect |
| 43 | ;; response noticeably on a slow machine. The local mode may be | 43 | ;; response noticeably on a slow machine. The local mode may be |
| 44 | ;; useful in non-editing buffers such as Gnus or PCL-CVS though. | 44 | ;; useful in non-editing buffers such as Gnus or PCL-CVS though. |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 8bc2bb69f0f..3609b0683c5 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -10443,8 +10443,8 @@ | |||
| 10443 | 2001-12-04 Peter S Galbraith <psg@debian.org> | 10443 | 2001-12-04 Peter S Galbraith <psg@debian.org> |
| 10444 | 10444 | ||
| 10445 | * mh-e.el (mh-folder-subject-face et al.): Yet another attempt at | 10445 | * mh-e.el (mh-folder-subject-face et al.): Yet another attempt at |
| 10446 | colours for folder-mode. Still themed, but fewer and darker | 10446 | colors for folder-mode. Still themed, but fewer and darker |
| 10447 | colours (Blame Eric this time!). I'll get to underlining tomorrow | 10447 | colors (Blame Eric this time!). I'll get to underlining tomorrow |
| 10448 | night. | 10448 | night. |
| 10449 | 10449 | ||
| 10450 | * mh-e.el (mh-folder-tool-bar-map): Renamed all icons so they | 10450 | * mh-e.el (mh-folder-tool-bar-map): Renamed all icons so they |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 45981776c43..7050ecaabac 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1864,7 +1864,7 @@ For all numbers larger than LIMIT, shift them by DELTA." | |||
| 1864 | (string-match "^[a-zA-Z][a-zA-Z0-9]*$" field)) | 1864 | (string-match "^[a-zA-Z][a-zA-Z0-9]*$" field)) |
| 1865 | (push (cons field v) org-table-local-parameters) | 1865 | (push (cons field v) org-table-local-parameters) |
| 1866 | (push (list field line col) org-table-named-field-locations)))) | 1866 | (push (list field line col) org-table-named-field-locations)))) |
| 1867 | ;; Analyse the line types | 1867 | ;; Analyze the line types |
| 1868 | (goto-char beg) | 1868 | (goto-char beg) |
| 1869 | (setq org-table-current-begin-line (org-current-line) | 1869 | (setq org-table-current-begin-line (org-current-line) |
| 1870 | org-table-current-begin-pos (point) | 1870 | org-table-current-begin-pos (point) |
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index bb2cb0d4c21..30a13cba927 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | ;; o The code for updating the grid needs to be re-done. At the moment it | 33 | ;; o The code for updating the grid needs to be re-done. At the moment it |
| 34 | ;; simply re-draws the grid every time a move is made. | 34 | ;; simply re-draws the grid every time a move is made. |
| 35 | ;; | 35 | ;; |
| 36 | ;; o Look into tarting up the display with colour. gamegrid.el looks | 36 | ;; o Look into tarting up the display with color. gamegrid.el looks |
| 37 | ;; interesting, perhaps that is the way to go? | 37 | ;; interesting, perhaps that is the way to go? |
| 38 | 38 | ||
| 39 | ;;; Thanks: | 39 | ;;; Thanks: |
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 136b233208a..48dc7a4f47f 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el | |||
| @@ -26,9 +26,9 @@ | |||
| 26 | 26 | ||
| 27 | ;; This file contains (most of) the adaptations to cc-mode required for the | 27 | ;; This file contains (most of) the adaptations to cc-mode required for the |
| 28 | ;; integration of AWK Mode. | 28 | ;; integration of AWK Mode. |
| 29 | ;; It is organised thusly, the sections being separated by page breaks: | 29 | ;; It is organized thusly, the sections being separated by page breaks: |
| 30 | ;; 1. The AWK Mode syntax table. | 30 | ;; 1. The AWK Mode syntax table. |
| 31 | ;; 2. Regular expressions for analysing AWK code. | 31 | ;; 2. Regular expressions for analyzing AWK code. |
| 32 | ;; 3. Indentation calculation stuff ("c-awk-NL-prop text-property"). | 32 | ;; 3. Indentation calculation stuff ("c-awk-NL-prop text-property"). |
| 33 | ;; 4. Syntax-table property/font-locking stuff, including the | 33 | ;; 4. Syntax-table property/font-locking stuff, including the |
| 34 | ;; font-lock-keywords setting. | 34 | ;; font-lock-keywords setting. |
| @@ -710,7 +710,7 @@ | |||
| 710 | ;; | 710 | ;; |
| 711 | ;; ANCHOR-STATE-/DIV identifies whether a / at ANCHOR would have been a | 711 | ;; ANCHOR-STATE-/DIV identifies whether a / at ANCHOR would have been a |
| 712 | ;; division sign (value t) or a regexp opener (value nil). The idea is that | 712 | ;; division sign (value t) or a regexp opener (value nil). The idea is that |
| 713 | ;; we analyse the line from ANCHOR up till point to determine what the / at | 713 | ;; we analyze the line from ANCHOR up till point to determine what the / at |
| 714 | ;; point is. | 714 | ;; point is. |
| 715 | ;; | 715 | ;; |
| 716 | ;; The result is what ANCHOR-STATE-/DIV (see above) is where point is left. | 716 | ;; The result is what ANCHOR-STATE-/DIV (see above) is where point is left. |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 48bfd1ceacb..f733ccb788d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -875,7 +875,7 @@ See `sh-feature'.") | |||
| 875 | "Face to show a here-document" | 875 | "Face to show a here-document" |
| 876 | :group 'sh-indentation) | 876 | :group 'sh-indentation) |
| 877 | 877 | ||
| 878 | ;; These colours are probably icky. It's just a placeholder though. | 878 | ;; These colors are probably icky. It's just a placeholder though. |
| 879 | (defface sh-quoted-exec | 879 | (defface sh-quoted-exec |
| 880 | '((((class color) (background dark)) | 880 | '((((class color) (background dark)) |
| 881 | (:foreground "salmon")) | 881 | (:foreground "salmon")) |
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 7d4150fbb20..2b3e8db2cae 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el | |||
| @@ -138,7 +138,7 @@ | |||
| 138 | ;;;###autoload (load "vc-hg") | 138 | ;;;###autoload (load "vc-hg") |
| 139 | ;;;###autoload (vc-hg-registered file)))) | 139 | ;;;###autoload (vc-hg-registered file)))) |
| 140 | 140 | ||
| 141 | ;; Modelled after the similar function in vc-bzr.el | 141 | ;; Modeled after the similar function in vc-bzr.el |
| 142 | (defun vc-hg-registered (file) | 142 | (defun vc-hg-registered (file) |
| 143 | "Return non-nil if FILE is registered with hg." | 143 | "Return non-nil if FILE is registered with hg." |
| 144 | (when (vc-hg-root file) ; short cut | 144 | (when (vc-hg-root file) ; short cut |
| @@ -272,7 +272,7 @@ | |||
| 272 | (split-string | 272 | (split-string |
| 273 | (buffer-substring-no-properties (point-min) (point-max)))))) | 273 | (buffer-substring-no-properties (point-min) (point-max)))))) |
| 274 | 274 | ||
| 275 | ;; Modelled after the similar function in vc-cvs.el | 275 | ;; Modeled after the similar function in vc-cvs.el |
| 276 | (defun vc-hg-revision-completion-table (files) | 276 | (defun vc-hg-revision-completion-table (files) |
| 277 | (lexical-let ((files files) | 277 | (lexical-let ((files files) |
| 278 | table) | 278 | table) |
| @@ -330,7 +330,7 @@ Optional arg REVISION is a revision to annotate from." | |||
| 330 | (when (<= newrev tip-revision) | 330 | (when (<= newrev tip-revision) |
| 331 | (number-to-string newrev)))) | 331 | (number-to-string newrev)))) |
| 332 | 332 | ||
| 333 | ;; Modelled after the similar function in vc-bzr.el | 333 | ;; Modeled after the similar function in vc-bzr.el |
| 334 | (defun vc-hg-delete-file (file) | 334 | (defun vc-hg-delete-file (file) |
| 335 | "Delete FILE and delete it in the hg repository." | 335 | "Delete FILE and delete it in the hg repository." |
| 336 | (condition-case () | 336 | (condition-case () |
| @@ -338,7 +338,7 @@ Optional arg REVISION is a revision to annotate from." | |||
| 338 | (file-error nil)) | 338 | (file-error nil)) |
| 339 | (vc-hg-command nil 0 file "remove" "--after" "--force")) | 339 | (vc-hg-command nil 0 file "remove" "--after" "--force")) |
| 340 | 340 | ||
| 341 | ;; Modelled after the similar function in vc-bzr.el | 341 | ;; Modeled after the similar function in vc-bzr.el |
| 342 | (defun vc-hg-rename-file (old new) | 342 | (defun vc-hg-rename-file (old new) |
| 343 | "Rename file from OLD to NEW using `hg mv'." | 343 | "Rename file from OLD to NEW using `hg mv'." |
| 344 | (vc-hg-command nil 0 new "mv" old)) | 344 | (vc-hg-command nil 0 new "mv" old)) |
| @@ -355,7 +355,7 @@ COMMENT is ignored." | |||
| 355 | 355 | ||
| 356 | (defalias 'vc-hg-responsible-p 'vc-hg-root) | 356 | (defalias 'vc-hg-responsible-p 'vc-hg-root) |
| 357 | 357 | ||
| 358 | ;; Modelled after the similar function in vc-bzr.el | 358 | ;; Modeled after the similar function in vc-bzr.el |
| 359 | (defun vc-hg-could-register (file) | 359 | (defun vc-hg-could-register (file) |
| 360 | "Return non-nil if FILE could be registered under hg." | 360 | "Return non-nil if FILE could be registered under hg." |
| 361 | (and (vc-hg-responsible-p file) ; shortcut | 361 | (and (vc-hg-responsible-p file) ; shortcut |
| @@ -383,7 +383,7 @@ REV is ignored." | |||
| 383 | (vc-hg-command buffer 0 file "cat" "-r" rev) | 383 | (vc-hg-command buffer 0 file "cat" "-r" rev) |
| 384 | (vc-hg-command buffer 0 file "cat")))) | 384 | (vc-hg-command buffer 0 file "cat")))) |
| 385 | 385 | ||
| 386 | ;; Modelled after the similar function in vc-bzr.el | 386 | ;; Modeled after the similar function in vc-bzr.el |
| 387 | (defun vc-hg-checkout (file &optional editable rev) | 387 | (defun vc-hg-checkout (file &optional editable rev) |
| 388 | "Retrieve a revision of FILE. | 388 | "Retrieve a revision of FILE. |
| 389 | EDITABLE is ignored. | 389 | EDITABLE is ignored. |
| @@ -395,11 +395,11 @@ REV is the revision to check out into WORKFILE." | |||
| 395 | (vc-hg-command t 0 file "cat" "-r" rev) | 395 | (vc-hg-command t 0 file "cat" "-r" rev) |
| 396 | (vc-hg-command t 0 file "cat"))))) | 396 | (vc-hg-command t 0 file "cat"))))) |
| 397 | 397 | ||
| 398 | ;; Modelled after the similar function in vc-bzr.el | 398 | ;; Modeled after the similar function in vc-bzr.el |
| 399 | (defun vc-hg-workfile-unchanged-p (file) | 399 | (defun vc-hg-workfile-unchanged-p (file) |
| 400 | (eq 'up-to-date (vc-hg-state file))) | 400 | (eq 'up-to-date (vc-hg-state file))) |
| 401 | 401 | ||
| 402 | ;; Modelled after the similar function in vc-bzr.el | 402 | ;; Modeled after the similar function in vc-bzr.el |
| 403 | (defun vc-hg-revert (file &optional contents-done) | 403 | (defun vc-hg-revert (file &optional contents-done) |
| 404 | (unless contents-done | 404 | (unless contents-done |
| 405 | (with-temp-buffer (vc-hg-command t 0 file "revert")))) | 405 | (with-temp-buffer (vc-hg-command t 0 file "revert")))) |
diff --git a/lisp/woman.el b/lisp/woman.el index 18cb2319c04..faf0a1c1793 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -2800,7 +2800,7 @@ Replaces || by |, but | by \, where | denotes the internal escape." | |||
| 2800 | "Process .de/am xx yy -- (re)define/append macro xx; end at `..'. | 2800 | "Process .de/am xx yy -- (re)define/append macro xx; end at `..'. |
| 2801 | \(Should be up to call of yy, which defaults to `.') | 2801 | \(Should be up to call of yy, which defaults to `.') |
| 2802 | Optional argument APPEND, if non-nil, means append macro." | 2802 | Optional argument APPEND, if non-nil, means append macro." |
| 2803 | ;; Modelled on woman-strings. BEWARE: Processing of .am is a hack! | 2803 | ;; Modeled on woman-strings. BEWARE: Processing of .am is a hack! |
| 2804 | ;; Add support for .rm? | 2804 | ;; Add support for .rm? |
| 2805 | ;; (skip-chars-forward " \t") | 2805 | ;; (skip-chars-forward " \t") |
| 2806 | (if (eolp) ; ignore if no argument | 2806 | (if (eolp) ; ignore if no argument |