aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2005-07-08 01:51:07 +0000
committerKenichi Handa <[email protected]>2005-07-08 01:51:07 +0000
commitd0da173e9f6065f2b4c2e755d8cd7ad9d8134424 (patch)
tree5d203227f9e777f77ee1e3790ff8e5759cd3d596 /man
parent7d90e71da10a760e269c24c1e789fe50dc60e279 (diff)
(Recognize Coding): Recommend revert-buffer-with-coding-system instead
of revert-buffer.
Diffstat (limited to 'man')
-rw-r--r--man/mule.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 0f9873cdb0..b14f546c45 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}}.