1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

(prefer-coding-system): Fix docstring.

This commit is contained in:
Kenichi Handa 2001-01-12 06:33:21 +00:00
parent 60a62fdcd3
commit 5beaa0d168

View File

@ -309,7 +309,10 @@ systems set by this function will use that type of EOL conversion.
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))