aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-cmds.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index fcbf44d9342..6ff2e46b53a 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -309,7 +309,10 @@ systems set by this function will use that type of EOL conversion.
309This command does not change the default value of terminal coding system 309This command does not change the default value of terminal coding system
310for MS-DOS terminal, because DOS terminals only support a single coding 310for MS-DOS terminal, because DOS terminals only support a single coding
311system, and Emacs automatically sets the default to that coding system at 311system, and Emacs automatically sets the default to that coding system at
312startup." 312startup.
313
314Such a coding system that requires automatic detection of text
315encoding (e.g. undecided, unix) can't be preferred."
313 (interactive "zPrefer coding system: ") 316 (interactive "zPrefer coding system: ")
314 (if (not (and coding-system (coding-system-p coding-system))) 317 (if (not (and coding-system (coding-system-p coding-system)))
315 (error "Invalid coding system `%s'" coding-system)) 318 (error "Invalid coding system `%s'" coding-system))