aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-07-15 12:08:29 +0800
committerXue Fuqiao2015-07-15 12:08:29 +0800
commit7fab529cd22feec796265e3843fdc357d2335451 (patch)
treecf36755565d955838b14e62cecf9b36a13911e95
parent894a90671b9ebc37fb56abfcef6e422e954d6460 (diff)
downloademacs-7fab529cd22feec796265e3843fdc357d2335451.tar.gz
emacs-7fab529cd22feec796265e3843fdc357d2335451.zip
* 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.
412This runs @code{dired-other-frame}. @xref{Dired}. 412This runs @code{dired-other-frame}. @xref{Dired}.
413@item C-x 5 m 413@item C-x 5 m
414Start composing a mail message in another frame. This runs 414Start composing a mail message in another frame. This runs
415@code{mail-other-frame}. It is the other-frame variant of @kbd{C-x m}. 415@code{compose-mail-other-frame}. It is the other-frame variant of
416@xref{Sending Mail}. 416@kbd{C-x m}. @xref{Sending Mail}.
417@item C-x 5 . 417@item C-x 5 .
418Find a tag in the current tag table in another frame. This runs 418Find a tag in the current tag table in another frame. This runs
419@code{find-tag-other-frame}, the multiple-frame variant of @kbd{M-.}. 419@code{find-tag-other-frame}, the multiple-frame variant of @kbd{M-.}.