aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-04 05:57:44 +0000
committerRichard M. Stallman1997-09-04 05:57:44 +0000
commitea8b56b3c3323fe79a78ca6807be9ccf2c9aee93 (patch)
treeedc7d2f60ec826882e07ee417c82d6f76cbf7bb6
parent87505a984f3a0da0209f3f93e09d7f97a8b9810b (diff)
downloademacs-ea8b56b3c3323fe79a78ca6807be9ccf2c9aee93.tar.gz
emacs-ea8b56b3c3323fe79a78ca6807be9ccf2c9aee93.zip
(set-buffer-file-coding-system): Improve prompt.
-rw-r--r--lisp/international/mule.el2
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
512merged with the already-specified end-of-line conversion. 512merged with the already-specified end-of-line conversion.
513However, if the optional prefix argument FORCE is non-nil, 513However, if the optional prefix argument FORCE is non-nil,
514them CODING-SYSTEM is used exactly as specified." 514them 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))