From ea8b56b3c3323fe79a78ca6807be9ccf2c9aee93 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Sep 1997 05:57:44 +0000 Subject: [PATCH] (set-buffer-file-coding-system): Improve prompt. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2