diff options
| -rw-r--r-- | lisp/international/mule-cmds.el | 5 |
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. | |||
| 309 | This command does not change the default value of terminal coding system | 309 | This command does not change the default value of terminal coding system |
| 310 | for MS-DOS terminal, because DOS terminals only support a single coding | 310 | for MS-DOS terminal, because DOS terminals only support a single coding |
| 311 | system, and Emacs automatically sets the default to that coding system at | 311 | system, and Emacs automatically sets the default to that coding system at |
| 312 | startup." | 312 | startup. |
| 313 | |||
| 314 | Such a coding system that requires automatic detection of text | ||
| 315 | encoding (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)) |