Mercurial > emacs
changeset 35254:54d36c772e7b
(prefer-coding-system): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 12 Jan 2001 06:33:21 +0000 |
parents | f91221a90a44 |
children | d473294a0124 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Fri Jan 12 06:33:07 2001 +0000 +++ b/lisp/international/mule-cmds.el Fri Jan 12 06:33:21 2001 +0000 @@ -309,7 +309,10 @@ This command does not change the default value of terminal coding system for MS-DOS terminal, because DOS terminals only support a single coding system, and Emacs automatically sets the default to that coding system at -startup." +startup. + +Such a coding system that requires automatic detection of text +encoding (e.g. undecided, unix) can't be preferred." (interactive "zPrefer coding system: ") (if (not (and coding-system (coding-system-p coding-system))) (error "Invalid coding system `%s'" coding-system))