aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2001-01-12 06:33:21 +0000
committerKenichi Handa2001-01-12 06:33:21 +0000
commit5beaa0d168d9de2df20b837b76e414e2d25da0fc (patch)
tree95ad496eb0f90660381b5cd85f423bbdff953050
parent60a62fdcd3734a8d5e2063d225763db404657ab7 (diff)
downloademacs-5beaa0d168d9de2df20b837b76e414e2d25da0fc.tar.gz
emacs-5beaa0d168d9de2df20b837b76e414e2d25da0fc.zip
(prefer-coding-system): Fix docstring.
-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))