aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-12-06 04:53:04 +0000
committerKenichi Handa1999-12-06 04:53:04 +0000
commitaeef8f07d65252484e678d25d9c71923784d418e (patch)
tree679d3b2b77dd4f8c34e224bbd12ad0f5df781586
parent94ef31ccadfb7a1435b04d163a1cfd8437203cc1 (diff)
downloademacs-aeef8f07d65252484e678d25d9c71923784d418e.tar.gz
emacs-aeef8f07d65252484e678d25d9c71923784d418e.zip
Docstring modified.
-rw-r--r--lisp/international/mule.el7
1 files changed, 6 insertions, 1 deletions
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
760conversion, and CODING-SYSTEM does not specify one, CODING-SYSTEM is 760conversion, and CODING-SYSTEM does not specify one, CODING-SYSTEM is
761merged with the already-specified end-of-line conversion. 761merged with the already-specified end-of-line conversion.
762However, if the optional prefix argument FORCE is non-nil, 762However, if the optional prefix argument FORCE is non-nil,
763then CODING-SYSTEM is used exactly as specified." 763then CODING-SYSTEM is used exactly as specified.
764
765This marks the buffer modified so that the succeeding \\[save-buffer]
766surely saves the buffer with CODING-SYSTEM. From a program, if you
767don't want to mark the buffer modified, just set the variable
768`buffer-file-coding-system' directly."
764 (interactive "zCoding system for visited file (default, nil): \nP") 769 (interactive "zCoding system for visited file (default, nil): \nP")
765 (check-coding-system coding-system) 770 (check-coding-system coding-system)
766 (if (null force) 771 (if (null force)