From: Kenichi Handa Date: Tue, 18 Jul 2000 11:13:55 +0000 (+0000) Subject: (select-safe-coding-system): Fix typo in the comment. X-Git-Tag: emacs-pretest-21.0.90~2783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1999efa21a05a11366336f86b10a109a67e24e0a;p=emacs.git (select-safe-coding-system): Fix typo in the comment. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 4fc3a377efc..fcf1a762f93 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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))