aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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-.}.