# HG changeset patch # User Kenichi Handa # Date 963918835 0 # Node ID abaabcf2c67c0c8f5c6b25efdd14cf9fbc46a688 # Parent de25d5bce00512532e43d2093ef6bd20db4a56c1 (select-safe-coding-system): Fix typo in the comment. diff -r de25d5bce005 -r abaabcf2c67c lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Tue Jul 18 11:13:06 2000 +0000 +++ b/lisp/international/mule-cmds.el Tue Jul 18 11:13:55 2000 +0000 @@ -483,7 +483,7 @@ (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))