]> git.eshelyaron.com Git - emacs.git/commitdiff
(select-safe-coding-system): Fix typo in the comment.
authorKenichi Handa <handa@m17n.org>
Tue, 18 Jul 2000 11:13:55 +0000 (11:13 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 18 Jul 2000 11:13:55 +0000 (11:13 +0000)
lisp/international/mule-cmds.el

index 4fc3a377efc80dccc10135b74b2b0a79d00a0921..fcf1a762f932e4b52600f67c8c966f3a87c59c33 100644 (file)
@@ -483,7 +483,7 @@ and TO is ignored."
        (setq coding-system default-coding-system)
 
       ;; Try the default.  If the default is nil or undecided, try the
-      ;; most prefered one or one of its subsidiaries that converts
+      ;; most preferred one or one of its subsidiaries that converts
       ;; EOL as the same way as the default.
       (if (or (not default-coding-system)
              (eq (coding-system-base default-coding-system) 'undecided))