From: Kenichi Handa Date: Fri, 8 Jul 2005 01:51:07 +0000 (+0000) Subject: (Recognize Coding): Recommend revert-buffer-with-coding-system instead X-Git-Tag: emacs-pretest-22.0.90~8296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0da173e9f6065f2b4c2e755d8cd7ad9d8134424;p=emacs.git (Recognize Coding): Recommend revert-buffer-with-coding-system instead of revert-buffer. --- 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}}.