aboutsummaryrefslogtreecommitdiffstats
path: root/man/mule.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/mule.texi')
-rw-r--r--man/mule.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mule.texi b/man/mule.texi
index a49478dfe02..9437e30f485 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -785,7 +785,7 @@ file. The variable @code{file-coding-system-alist} specifies this
785correspondence. There is a special function 785correspondence. There is a special function
786@code{modify-coding-system-alist} for adding elements to this list. For 786@code{modify-coding-system-alist} for adding elements to this list. For
787example, to read and write all @samp{.txt} files using the coding system 787example, to read and write all @samp{.txt} files using the coding system
788@code{china-iso-8bit}, you can execute this Lisp expression: 788@code{chinese-iso-8bit}, you can execute this Lisp expression:
789 789
790@smallexample 790@smallexample
791(modify-coding-system-alist 'file "\\.txt\\'" 'chinese-iso-8bit) 791(modify-coding-system-alist 'file "\\.txt\\'" 'chinese-iso-8bit)
@@ -1003,7 +1003,7 @@ of with @kbd{C-x @key{RET} f}, there is no warning if the buffer
1003contains characters that the coding system cannot handle. 1003contains characters that the coding system cannot handle.
1004 1004
1005 Other file commands affected by a specified coding system include 1005 Other file commands affected by a specified coding system include
1006@kbd{C-x C-i} and @kbd{C-x C-v}, as well as the other-window variants 1006@kbd{C-x i} and @kbd{C-x C-v}, as well as the other-window variants
1007of @kbd{C-x C-f}. @kbd{C-x @key{RET} c} also affects commands that 1007of @kbd{C-x C-f}. @kbd{C-x @key{RET} c} also affects commands that
1008start subprocesses, including @kbd{M-x shell} (@pxref{Shell}). If the 1008start subprocesses, including @kbd{M-x shell} (@pxref{Shell}). If the
1009immediately following command does not use the coding system, then 1009immediately following command does not use the coding system, then