diff options
| author | Kenichi Handa | 1999-12-06 04:53:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-12-06 04:53:04 +0000 |
| commit | aeef8f07d65252484e678d25d9c71923784d418e (patch) | |
| tree | 679d3b2b77dd4f8c34e224bbd12ad0f5df781586 | |
| parent | 94ef31ccadfb7a1435b04d163a1cfd8437203cc1 (diff) | |
| download | emacs-aeef8f07d65252484e678d25d9c71923784d418e.tar.gz emacs-aeef8f07d65252484e678d25d9c71923784d418e.zip | |
Docstring modified.
| -rw-r--r-- | lisp/international/mule.el | 7 |
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 | |||
| 760 | conversion, and CODING-SYSTEM does not specify one, CODING-SYSTEM is | 760 | conversion, and CODING-SYSTEM does not specify one, CODING-SYSTEM is |
| 761 | merged with the already-specified end-of-line conversion. | 761 | merged with the already-specified end-of-line conversion. |
| 762 | However, if the optional prefix argument FORCE is non-nil, | 762 | However, if the optional prefix argument FORCE is non-nil, |
| 763 | then CODING-SYSTEM is used exactly as specified." | 763 | then CODING-SYSTEM is used exactly as specified. |
| 764 | |||
| 765 | This marks the buffer modified so that the succeeding \\[save-buffer] | ||
| 766 | surely saves the buffer with CODING-SYSTEM. From a program, if you | ||
| 767 | don'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) |