From 43901444a44d09f2fab59a1127e2659426dcd53e Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 10 Aug 2006 18:43:55 +0000 Subject: [PATCH] (Recognize Coding, Text Coding): Fix typos. --- man/ChangeLog | 20 ++++++++++++-------- man/mule.texi | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index 8d252755de6..6b14690768a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-08-10 Sven Joachim (tiny change) + + * mule.texi (Recognize Coding, Text Coding): Fix typos. + 2006-08-10 Richard Stallman * text.texi (Format Faces): Substantial rewrites to deal @@ -51,7 +55,7 @@ * building.texi (GDB commands in Fringe): Rename to... (Source Buffers): ..this and move forward. Describe hollow arrow and new option gdb-find-source-frame. - + 2006-07-29 Richard Stallman * dired.texi (Operating on Files): Simplify previous change @@ -65,7 +69,7 @@ 2006-07-28 Richard Stallman * mark.texi (Transient Mark): Clarify that region never disappears - when Transient Mark mode is off, and not when it is on. + when Transient Mark mode is off, and not when it is on. 2006-07-27 Richard Stallman @@ -75,15 +79,15 @@ * xresources.texi (GTK styles): Fix texinfo usage. - * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi: + * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi: * faq.texi: Move periods and commas inside quotes. * commands.texi (User Input): Explain why we teach keyboard cmds. - - * xresources.texi, xresmini.texi, search.texi, programs.texi: - * misc.texi, kmacro.texi, killing.texi, glossary.texi: - * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi: - * doclicense.texi, display.texi, dired.texi, basic.texi: + + * xresources.texi, xresmini.texi, search.texi, programs.texi: + * misc.texi, kmacro.texi, killing.texi, glossary.texi: + * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi: + * doclicense.texi, display.texi, dired.texi, basic.texi: * anti.texi, ack.texi: Move periods and commas inside quotes. 2006-07-22 Eli Zaretskii 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 correspondence. There is a special function @code{modify-coding-system-alist} for adding elements to this list. For example, to read and write all @samp{.txt} files using the coding system -@code{china-iso-8bit}, you can execute this Lisp expression: +@code{chinese-iso-8bit}, you can execute this Lisp expression: @smallexample (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 contains characters that the coding system cannot handle. Other file commands affected by a specified coding system include -@kbd{C-x C-i} and @kbd{C-x C-v}, as well as the other-window variants +@kbd{C-x i} and @kbd{C-x C-v}, as well as the other-window variants of @kbd{C-x C-f}. @kbd{C-x @key{RET} c} also affects commands that start subprocesses, including @kbd{M-x shell} (@pxref{Shell}). If the immediately following command does not use the coding system, then -- 2.39.2