aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-07-18 11:13:55 +0000
committerKenichi Handa2000-07-18 11:13:55 +0000
commit1999efa21a05a11366336f86b10a109a67e24e0a (patch)
tree1783622b19e42fc49f03bf43158c9b65d37f7630
parent240a16cf74d6b903aa2f1fe55ac5378948cd24ed (diff)
downloademacs-1999efa21a05a11366336f86b10a109a67e24e0a.tar.gz
emacs-1999efa21a05a11366336f86b10a109a67e24e0a.zip
(select-safe-coding-system): Fix typo in the comment.
-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 4fc3a377efc..fcf1a762f93 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -483,7 +483,7 @@ and TO is ignored."
483 (setq coding-system default-coding-system) 483 (setq coding-system default-coding-system)
484 484
485 ;; Try the default. If the default is nil or undecided, try the 485 ;; Try the default. If the default is nil or undecided, try the
486 ;; most prefered one or one of its subsidiaries that converts 486 ;; most preferred one or one of its subsidiaries that converts
487 ;; EOL as the same way as the default. 487 ;; EOL as the same way as the default.
488 (if (or (not default-coding-system) 488 (if (or (not default-coding-system)
489 (eq (coding-system-base default-coding-system) 'undecided)) 489 (eq (coding-system-base default-coding-system) 'undecided))