diff options
| author | Xue Fuqiao | 2015-07-15 12:08:29 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-07-15 12:08:29 +0800 |
| commit | 7fab529cd22feec796265e3843fdc357d2335451 (patch) | |
| tree | cf36755565d955838b14e62cecf9b36a13911e95 | |
| parent | 894a90671b9ebc37fb56abfcef6e422e954d6460 (diff) | |
| download | emacs-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.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-.}. |