aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2000-07-18 11:13:55 +0000
committerKenichi Handa <[email protected]>2000-07-18 11:13:55 +0000
commit1999efa21a05a11366336f86b10a109a67e24e0a (patch)
tree1783622b19e42fc49f03bf43158c9b65d37f7630 /lisp/international
parent240a16cf74d6b903aa2f1fe55ac5378948cd24ed (diff)
(select-safe-coding-system): Fix typo in the comment.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 4fc3a377ef..fcf1a762f9 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))