* doc/emacs/frames.texi (Creating Frames): Fix the command `C-x 5 m' runs.

This commit is contained in:
Xue Fuqiao 2015-07-15 12:08:29 +08:00
parent 894a90671b
commit 7fab529cd2

View file

@ -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-.}.