summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2015-07-15 12:08:29 +0800
committerXue Fuqiao <xfq.free@gmail.com>2015-07-15 12:08:29 +0800
commit7fab529cd22feec796265e3843fdc357d2335451 (patch)
treecf36755565d955838b14e62cecf9b36a13911e95
parent894a90671b9ebc37fb56abfcef6e422e954d6460 (diff)
downloademacs-7fab529cd22feec796265e3843fdc357d2335451.tar.gz
* doc/emacs/frames.texi (Creating Frames): Fix the command `C-x 5 m' runs.
-rw-r--r--doc/emacs/frames.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 4a193dd6870..0667826b013 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -412,8 +412,8 @@ Select a Dired buffer for directory @var{directory} in another frame.
This runs @code{dired-other-frame}. @xref{Dired}.
@item C-x 5 m
Start composing a mail message in another frame. This runs
-@code{mail-other-frame}. It is the other-frame variant of @kbd{C-x m}.
-@xref{Sending Mail}.
+@code{compose-mail-other-frame}. It is the other-frame variant of
+@kbd{C-x m}. @xref{Sending Mail}.
@item C-x 5 .
Find a tag in the current tag table in another frame. This runs
@code{find-tag-other-frame}, the multiple-frame variant of @kbd{M-.}.