diff options
| author | Juanma Barranquero | 2008-11-04 16:26:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-11-04 16:26:19 +0000 |
| commit | e3f8477de06220e8583267af54b2d1356701d199 (patch) | |
| tree | 9f4c0fc3f942a54a50ea0cc9014c2f8519175419 | |
| parent | d60a8ab2cef8b3fc843f2438b2eb5b0d67eae81b (diff) | |
| download | emacs-e3f8477de06220e8583267af54b2d1356701d199.tar.gz emacs-e3f8477de06220e8583267af54b2d1356701d199.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 0e340900b87..f5a542773ad 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -1542,7 +1542,7 @@ | |||
| 1542 | 1542 | ||
| 1543 | * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. | 1543 | * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. |
| 1544 | 1544 | ||
| 1545 | 1999-02-22 Sam Steingold <sds@goems.com> | 1545 | 1999-11-15 Sam Steingold <sds@goems.com> |
| 1546 | 1546 | ||
| 1547 | * goto-addr.el (goto-address-at-mouse, | 1547 | * goto-addr.el (goto-address-at-mouse, |
| 1548 | goto-address-find-address-at-point): Use compose-mail. | 1548 | goto-address-find-address-at-point): Use compose-mail. |
| @@ -1550,7 +1550,7 @@ | |||
| 1550 | (goto-address-send-using-mh-e, goto-address-send-using-mhe, | 1550 | (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
| 1551 | goto-address-send-using-mail): Removed functions. | 1551 | goto-address-send-using-mail): Removed functions. |
| 1552 | 1552 | ||
| 1553 | 1998-11-03 Sam Steingold <sds@goems.com> | 1553 | 1998-11-15 Sam Steingold <sds@goems.com> |
| 1554 | 1554 | ||
| 1555 | * simple.el (backward-delete-char-untabify): | 1555 | * simple.el (backward-delete-char-untabify): |
| 1556 | backward-delete-char-untabify-method can be `all' now - to delete | 1556 | backward-delete-char-untabify-method can be `all' now - to delete |
| @@ -1572,7 +1572,7 @@ | |||
| 1572 | * mail/rmail.el, iswitchb.el, hippie-exp.el, | 1572 | * mail/rmail.el, iswitchb.el, hippie-exp.el, |
| 1573 | progmodes/cperl-mode.el: Use new backquote syntax. | 1573 | progmodes/cperl-mode.el: Use new backquote syntax. |
| 1574 | 1574 | ||
| 1575 | 1998-09-14 Michael Ernst <mernst@alum.mit.edu> | 1575 | 1998-11-14 Michael Ernst <mernst@alum.mit.edu> |
| 1576 | 1576 | ||
| 1577 | * uniquify.el: Use new backquote syntax. | 1577 | * uniquify.el: Use new backquote syntax. |
| 1578 | 1578 | ||
| @@ -8004,7 +8004,7 @@ | |||
| 8004 | (ispell-kill-ispell): Ensures ispell process has terminated before | 8004 | (ispell-kill-ispell): Ensures ispell process has terminated before |
| 8005 | starting new process. This can otherwise confuse process filters | 8005 | starting new process. This can otherwise confuse process filters |
| 8006 | and hang the ispell process. | 8006 | and hang the ispell process. |
| 8007 | (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | 8007 | (ispell-begin-skip-region-regexp, ispell-skip-region): Improved |
| 8008 | skipping support for sgml. | 8008 | skipping support for sgml. |
| 8009 | (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | 8009 | (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r |
| 8010 | which could cause `ispell-complete-word' to hang. | 8010 | which could cause `ispell-complete-word' to hang. |
| @@ -9715,7 +9715,7 @@ | |||
| 9715 | (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | 9715 | (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function |
| 9716 | registerd in FONT-SPEC. | 9716 | registerd in FONT-SPEC. |
| 9717 | (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | 9717 | (ps-mule-bitmap-prologue): Fix PostScript code to realize correct |
| 9718 | charcter width of bitmap fonts. | 9718 | character width of bitmap fonts. |
| 9719 | (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | 9719 | (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript |
| 9720 | procedure NF. | 9720 | procedure NF. |
| 9721 | (ps-begin-file): Output PostScript code for setting | 9721 | (ps-begin-file): Output PostScript code for setting |