diff options
| author | Juanma Barranquero | 2010-08-01 06:37:41 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-08-01 06:37:41 +0200 |
| commit | 6e051c0a1330f539e036597988a0973fbd1adaef (patch) | |
| tree | 7d528e99ec7d30770d4d59ce52e494eb7169b476 /lisp | |
| parent | 376c2b6b213e0cb7bec08a1ecc01731ac50865b8 (diff) | |
| download | emacs-6e051c0a1330f539e036597988a0973fbd1adaef.tar.gz emacs-6e051c0a1330f539e036597988a0973fbd1adaef.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index de40b71f080..2e96063eb81 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -7738,7 +7738,7 @@ | |||
| 7738 | 1997-12-09 Kenichi HANDA <handa@nora.etl.go.jp> | 7738 | 1997-12-09 Kenichi HANDA <handa@nora.etl.go.jp> |
| 7739 | 7739 | ||
| 7740 | * language/korea-util.el (setup-korean-environment): | 7740 | * language/korea-util.el (setup-korean-environment): |
| 7741 | Bind C-f9 (intead of C-f10) to quail-hangul-switch-symbol-ksc. | 7741 | Bind C-f9 (instead of C-f10) to quail-hangul-switch-symbol-ksc. |
| 7742 | 7742 | ||
| 7743 | * language/korean.el: Documentation for "Korean" language | 7743 | * language/korean.el: Documentation for "Korean" language |
| 7744 | environment adjusted for the above change. | 7744 | environment adjusted for the above change. |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 8a30b0c6d90..6e1de200f7c 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -8808,14 +8808,14 @@ | |||
| 8808 | enable-kinsoku. | 8808 | enable-kinsoku. |
| 8809 | 8809 | ||
| 8810 | * simple.el (do-auto-fill): Don't check kinsoku-enable here. | 8810 | * simple.el (do-auto-fill): Don't check kinsoku-enable here. |
| 8811 | Don't call kinsoku directly, intead call fill-find-break-point. | 8811 | Don't call kinsoku directly, instead call fill-find-break-point. |
| 8812 | 8812 | ||
| 8813 | * textmodes/fill.el: Setup `fill-find-break-point-function' | 8813 | * textmodes/fill.el: Setup `fill-find-break-point-function' |
| 8814 | property to character sets which require `kinsoku' processing for | 8814 | property to character sets which require `kinsoku' processing for |
| 8815 | filling. | 8815 | filling. |
| 8816 | (fill-find-break-point): New function. | 8816 | (fill-find-break-point): New function. |
| 8817 | (fill-region-as-paragraph): Don't check kinsoku-enable here. | 8817 | (fill-region-as-paragraph): Don't check kinsoku-enable here. |
| 8818 | Don't call kinsoku directly, intead call fill-find-break-point. | 8818 | Don't call kinsoku directly, instead call fill-find-break-point. |
| 8819 | 8819 | ||
| 8820 | 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | 8820 | 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 8821 | 8821 | ||