]> git.eshelyaron.com Git - emacs.git/commitdiff
(Recognize Coding): Recommend revert-buffer-with-coding-system instead
authorKenichi Handa <handa@m17n.org>
Fri, 8 Jul 2005 01:51:07 +0000 (01:51 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 8 Jul 2005 01:51:07 +0000 (01:51 +0000)
of revert-buffer.

man/mule.texi

index 0f9873cdb0d5de3b84e8891d647dc38fbab1073d..b14f546c458a8f8545c981dc9dbfb71992e3d13e 100644 (file)
@@ -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}}.