diff options
| -rw-r--r-- | doc/emacs/frames.texi | 4 |
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. | |||
| 412 | This runs @code{dired-other-frame}. @xref{Dired}. | 412 | This runs @code{dired-other-frame}. @xref{Dired}. |
| 413 | @item C-x 5 m | 413 | @item C-x 5 m |
| 414 | Start composing a mail message in another frame. This runs | 414 | Start 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 . |
| 418 | Find a tag in the current tag table in another frame. This runs | 418 | Find 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-.}. |