]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/frames.texi (Creating Frames): Fix the command `C-x 5 m' runs.
authorXue Fuqiao <xfq.free@gmail.com>
Wed, 15 Jul 2015 04:08:29 +0000 (12:08 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Wed, 15 Jul 2015 04:08:29 +0000 (12:08 +0800)
doc/emacs/frames.texi

index 4a193dd687052795afae3d089d8e154eb39a1d04..0667826b0139cfb0472c54a1d915a35fec79e21e 100644 (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-.}.