diff options
| author | Kenichi Handa | 2001-01-12 06:33:21 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-01-12 06:33:21 +0000 |
| commit | 5beaa0d168d9de2df20b837b76e414e2d25da0fc (patch) | |
| tree | 95ad496eb0f90660381b5cd85f423bbdff953050 | |
| parent | 60a62fdcd3734a8d5e2063d225763db404657ab7 (diff) | |
| download | emacs-5beaa0d168d9de2df20b837b76e414e2d25da0fc.tar.gz emacs-5beaa0d168d9de2df20b837b76e414e2d25da0fc.zip | |
(prefer-coding-system): Fix docstring.
| -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)) |