diff options
| author | Richard M. Stallman | 1997-09-04 05:57:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-04 05:57:44 +0000 |
| commit | ea8b56b3c3323fe79a78ca6807be9ccf2c9aee93 (patch) | |
| tree | edc7d2f60ec826882e07ee417c82d6f76cbf7bb6 | |
| parent | 87505a984f3a0da0209f3f93e09d7f97a8b9810b (diff) | |
| download | emacs-ea8b56b3c3323fe79a78ca6807be9ccf2c9aee93.tar.gz emacs-ea8b56b3c3323fe79a78ca6807be9ccf2c9aee93.zip | |
(set-buffer-file-coding-system): Improve prompt.
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 655eccb7452..e00a7f5ac35 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -512,7 +512,7 @@ conversion, and CODING-SYSTEM does not specify one, CODING-SYSTEM is | |||
| 512 | merged with the already-specified end-of-line conversion. | 512 | merged with the already-specified end-of-line conversion. |
| 513 | However, if the optional prefix argument FORCE is non-nil, | 513 | However, if the optional prefix argument FORCE is non-nil, |
| 514 | them CODING-SYSTEM is used exactly as specified." | 514 | them CODING-SYSTEM is used exactly as specified." |
| 515 | (interactive "zBuffer-file-coding-system: \nP") | 515 | (interactive "zCoding system for visited file: \nP") |
| 516 | (check-coding-system coding-system) | 516 | (check-coding-system coding-system) |
| 517 | (if (null force) | 517 | (if (null force) |
| 518 | (let ((x (coding-system-eol-type buffer-file-coding-system)) | 518 | (let ((x (coding-system-eol-type buffer-file-coding-system)) |