From aeef8f07d65252484e678d25d9c71923784d418e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 6 Dec 1999 04:53:04 +0000 Subject: [PATCH] Docstring modified. --- lisp/international/mule.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 6058527df23..94f6a6a9bed 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -760,7 +760,12 @@ If the buffer's previous file coding-system value specifies end-of-line 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, -then CODING-SYSTEM is used exactly as specified." +then CODING-SYSTEM is used exactly as specified. + +This marks the buffer modified so that the succeeding \\[save-buffer] +surely saves the buffer with CODING-SYSTEM. From a program, if you +don't want to mark the buffer modified, just set the variable +`buffer-file-coding-system' directly." (interactive "zCoding system for visited file (default, nil): \nP") (check-coding-system coding-system) (if (null force) -- 2.39.5