diff options
| -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)) |