]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in ChangeLogs.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Aug 2010 04:37:41 +0000 (06:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Aug 2010 04:37:41 +0000 (06:37 +0200)
lisp/ChangeLog.7
lisp/ChangeLog.8
src/ChangeLog

index de40b71f080c76d5821687f936fb9da4f68547b0..2e96063eb81951aaeb62d9b8083a01a3d39c99cd 100644 (file)
 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.
index 8a30b0c6d9069eb7127a155548fd9e6dcf5275ac..6e1de200f7c7aaff4d376b17ff154360fc50de7f 100644 (file)
        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>
 
index 8043e118c64685aaf1c797189841070389e31277..a641336d7a6e853e8a2e91b8f16f9a2fc9edbf43 100644 (file)
        * charset.c (charset_ordered_list_tick): New variable.
        (Fdefine_charset_internal): Increment charset_ordered_list_tick.
        (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
-       deunify intead of unify a charset.
+       deunify instead of unify a charset.
        (string_xstring_p): Add `const' to local variables.
        (find_charsets_in_text): Add `const' to arguments and local variables.
        (encode_char): Adjust for the change of Funify_charset.  Fix