]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-buffer-file-coding-system): Improve prompt.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Sep 1997 05:57:44 +0000 (05:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Sep 1997 05:57:44 +0000 (05:57 +0000)
lisp/international/mule.el

index 655eccb7452cc18a252868bed2f7936ddb94f667..e00a7f5ac359cbf3f32dcd8ab89009fd04bfdc77 100644 (file)
@@ -512,7 +512,7 @@ conversion, and CODING-SYSTEM does not specify one, CODING-SYSTEM is
 merged with the already-specified end-of-line conversion.
 However, if the optional prefix argument FORCE is non-nil,
 them CODING-SYSTEM is used exactly as specified."
-  (interactive "zBuffer-file-coding-system: \nP")
+  (interactive "zCoding system for visited file: \nP")
   (check-coding-system coding-system)
   (if (null force)
       (let ((x (coding-system-eol-type buffer-file-coding-system))