summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-06-20 10:50:40 +0000
committerRichard M. Stallman <rms@gnu.org>2001-06-20 10:50:40 +0000
commitb6a6233c498279777c53ea7171b84fe277dbf331 (patch)
treefba91c6a626bd4507477405e66da4639617a442a /man
parent13bccf8f99ab690b4ab2e886eb4f7d386c0112ba (diff)
downloademacs-b6a6233c498279777c53ea7171b84fe277dbf331.tar.gz
Minor wording fixes.
Diffstat (limited to 'man')
-rw-r--r--man/mule.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 3242487e5c1..b3fb4ee756a 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -803,9 +803,9 @@ are decoded correctly.
If Emacs recognizes the encoding of a file incorrectly, you can
reread the file using the correct coding system by typing @kbd{C-x
@key{RET} c @var{coding-system} @key{RET} M-x revert-buffer
-@key{RET}}. To see what coding system did Emacs use to decode the
-file, look at the coding system mnemonic letter near the left edge of
-the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}.
+@key{RET}}. To see what coding system Emacs actually used to decode
+the file, look at the coding system mnemonic letter near the left edge
+of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}.
@vindex buffer-file-coding-system
Once Emacs has chosen a coding system for a buffer, it stores that
@@ -844,7 +844,7 @@ not recommended and prompts you for another coding system. This is so
you won't inadvertently send a message encoded in a way that your
recipient's mail software will have difficulty decoding. (If you do
want to use the most-preferred coding system, you can still type its
-name to Emacs prompt.)
+name in response to the question.)
@vindex sendmail-coding-system
When you send a message with Mail mode (@pxref{Sending Mail}), Emacs has
@@ -1337,8 +1337,8 @@ command names.
@cindex ISO Accents mode
@findex iso-accents-mode
@cindex Latin-1, Latin-2 and Latin-3 input mode
-For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} installs
-a minor mode which works much like the @code{latin-1-prefix} input
+For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} enables
+a minor mode that works much like the @code{latin-1-prefix} input
method, but does not depend on having the input methods installed. This
mode is buffer-local. It can be customized for various languages with
@kbd{M-x iso-accents-customize}.