diff options
| author | Kenichi Handa | 2000-07-18 11:13:55 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-07-18 11:13:55 +0000 |
| commit | 1999efa21a05a11366336f86b10a109a67e24e0a (patch) | |
| tree | 1783622b19e42fc49f03bf43158c9b65d37f7630 | |
| parent | 240a16cf74d6b903aa2f1fe55ac5378948cd24ed (diff) | |
| download | emacs-1999efa21a05a11366336f86b10a109a67e24e0a.tar.gz emacs-1999efa21a05a11366336f86b10a109a67e24e0a.zip | |
(select-safe-coding-system): Fix typo in the comment.
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
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)) |