Mercurial > emacs
changeset 19749:dec0b076a378
(set-buffer-file-coding-system): Improve prompt.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Sep 1997 05:57:44 +0000 |
parents | 06cbad2e806a |
children | 95e4e1cba6ac |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Thu Sep 04 05:54:38 1997 +0000 +++ b/lisp/international/mule.el Thu Sep 04 05:57:44 1997 +0000 @@ -512,7 +512,7 @@ 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))