Mercurial > emacs
changeset 64159:fcef9d2256d2
(Recognize Coding): Recommend revert-buffer-with-coding-system instead
of revert-buffer.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 08 Jul 2005 01:51:07 +0000 |
parents | 8427e1fc1ce1 |
children | 70a41105c30d |
files | man/mule.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/mule.texi Fri Jul 08 01:10:12 2005 +0000 +++ b/man/mule.texi Fri Jul 08 01:51:07 2005 +0000 @@ -818,7 +818,7 @@ 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}}.