emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typos in mule.texi


From: Sven Joachim
Subject: Typos in mule.texi
Date: Wed, 09 Aug 2006 20:00:52 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060713)

Reading chapter 27 of the Emacs Manual, I noticed two typos in
man/mule.texi.  The following patch gets rid of them:

*** mule.texi~  2006-07-05 00:05:31.000000000 +0200
--- mule.texi   2006-08-08 21:32:17.000000000 +0200
***************
*** 785,791 ****
  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:

  @smallexample
  (modify-coding-system-alist 'file "\\.txt\\'" 'chinese-iso-8bit)
--- 785,791 ----
  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{chinese-iso-8bit}, you can execute this Lisp expression:

  @smallexample
  (modify-coding-system-alist 'file "\\.txt\\'" 'chinese-iso-8bit)
***************
*** 1003,1009 ****
  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
  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
--- 1003,1009 ----
  contains characters that the coding system cannot handle.

    Other file commands affected by a specified coding system include
! @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


In GNU Emacs 22.0.50.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2006-08-06 on debian, modified by Debian
 (Debian emacs-snapshot package, version 1:20060806-1)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]