Mercurial > emacs
changeset 30268:abaabcf2c67c
(select-safe-coding-system): Fix typo in the comment.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 18 Jul 2000 11:13:55 +0000 |
parents | de25d5bce005 |
children | 30829e002c1b |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))