aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2005-07-08 01:51:07 +0000
committerKenichi Handa2005-07-08 01:51:07 +0000
commitd0da173e9f6065f2b4c2e755d8cd7ad9d8134424 (patch)
tree5d203227f9e777f77ee1e3790ff8e5759cd3d596
parent7d90e71da10a760e269c24c1e789fe50dc60e279 (diff)
downloademacs-d0da173e9f6065f2b4c2e755d8cd7ad9d8134424.tar.gz
emacs-d0da173e9f6065f2b4c2e755d8cd7ad9d8134424.zip
(Recognize Coding): Recommend revert-buffer-with-coding-system instead
of revert-buffer.
-rw-r--r--man/mule.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 0f9873cdb0d..b14f546c458 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -818,7 +818,7 @@ pattern, are decoded correctly. One of the builtin
818 818
819 If Emacs recognizes the encoding of a file incorrectly, you can 819 If Emacs recognizes the encoding of a file incorrectly, you can
820reread the file using the correct coding system by typing @kbd{C-x 820reread the file using the correct coding system by typing @kbd{C-x
821@key{RET} c @var{coding-system} @key{RET} M-x revert-buffer 821@key{RET} r @var{coding-system}
822@key{RET}}. To see what coding system Emacs actually used to decode 822@key{RET}}. To see what coding system Emacs actually used to decode
823the file, look at the coding system mnemonic letter near the left edge 823the file, look at the coding system mnemonic letter near the left edge
824of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}. 824of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}.