From d0da173e9f6065f2b4c2e755d8cd7ad9d8134424 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 8 Jul 2005 01:51:07 +0000 Subject: [PATCH] (Recognize Coding): Recommend revert-buffer-with-coding-system instead of revert-buffer. --- man/mule.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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} r @var{coding-system} @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}}. -- 2.11.4.GIT