From: Richard M. Stallman Date: Thu, 4 Sep 1997 05:57:44 +0000 (+0000) Subject: (set-buffer-file-coding-system): Improve prompt. X-Git-Tag: emacs-20.1~199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea8b56b3c3323fe79a78ca6807be9ccf2c9aee93;p=emacs.git (set-buffer-file-coding-system): Improve prompt. --- 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 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))