changeset 26716:256531a93e10

Docstring modified.
author Kenichi Handa <handa@m17n.org>
date Mon, 06 Dec 1999 04:53:04 +0000
parents 626e80b37895
children e0d2a0a6e1f9
files lisp/international/mule.el
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Mon Dec 06 04:47:25 1999 +0000
+++ b/lisp/international/mule.el	Mon Dec 06 04:53:04 1999 +0000
@@ -760,7 +760,12 @@
 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)