summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-04 05:57:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-04 05:57:44 +0000
commitc96e66e0ac572c6e12fe50e05acefe5f524ae2af (patch)
treeab110c64706126dc80cd4d55e9b27a203c408639
parent66e5f445b1ac63630863d693c1d698d538449d69 (diff)
downloademacs-c96e66e0ac572c6e12fe50e05acefe5f524ae2af.tar.gz
(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
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))