diff options
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 @@ 1997-12-09 Kenichi HANDA <handa@nora.etl.go.jp> * language/korea-util.el (setup-korean-environment): - Bind C-f9 (intead of C-f10) to quail-hangul-switch-symbol-ksc. + Bind C-f9 (instead of C-f10) to quail-hangul-switch-symbol-ksc. * language/korean.el: Documentation for "Korean" language 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 @@ enable-kinsoku. * simple.el (do-auto-fill): Don't check kinsoku-enable here. - Don't call kinsoku directly, intead call fill-find-break-point. + Don't call kinsoku directly, instead call fill-find-break-point. * textmodes/fill.el: Setup `fill-find-break-point-function' property to character sets which require `kinsoku' processing for filling. (fill-find-break-point): New function. (fill-region-as-paragraph): Don't check kinsoku-enable here. - Don't call kinsoku directly, intead call fill-find-break-point. + Don't call kinsoku directly, instead call fill-find-break-point. 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> |