comparison man/mule.texi @ 36334:86322cde2e42

(Recognize Coding): Remove doubled `or'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 23 Feb 2001 12:46:54 +0000
parents 11db0318031d
children e1167ad75cde
comparison
equal deleted inserted replaced
36333:a0141ceb7edc 36334:86322cde2e42
706 You can insert any possible character into any Emacs buffer, but 706 You can insert any possible character into any Emacs buffer, but
707 most coding systems can only handle some of the possible characters. 707 most coding systems can only handle some of the possible characters.
708 This means that you can insert characters that cannot be encoded with 708 This means that you can insert characters that cannot be encoded with
709 the coding system that will be used to save the buffer. For example, 709 the coding system that will be used to save the buffer. For example,
710 you could start with an ASCII file and insert a few Latin-1 characters 710 you could start with an ASCII file and insert a few Latin-1 characters
711 into it, or or you could edit a text file in Polish encoded in 711 into it, or you could edit a text file in Polish encoded in
712 @code{iso-8859-2} and add to it translations of several Polish words 712 @code{iso-8859-2} and add to it translations of several Polish words
713 into Russian. When you save the buffer, Emacs cannot use the current 713 into Russian. When you save the buffer, Emacs cannot use the current
714 value of @code{buffer-file-coding-system}, because the characters you 714 value of @code{buffer-file-coding-system}, because the characters you
715 added cannot be encoded by that coding system. 715 added cannot be encoded by that coding system.
716 716