aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-07-13 19:05:32 +0800
committerXue Fuqiao2015-07-13 19:05:32 +0800
commit6a7e718916d00dbacaa765669f389b86f33075f5 (patch)
tree8a466455e0905f6a40aed04fa6d9ea7756b0955e
parenta1f783824fb7aa21cd4a413b7876d7ceba351982 (diff)
downloademacs-6a7e718916d00dbacaa765669f389b86f33075f5.tar.gz
emacs-6a7e718916d00dbacaa765669f389b86f33075f5.zip
* doc/emacs/windows.texi (Pop Up Window): Fix the description of `C-x 4 m'.
-rw-r--r--doc/emacs/windows.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 6d2eb1f875a..24cc946ac12 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -223,10 +223,11 @@ Visit file @var{filename} and select its buffer in another window
223Select a Dired buffer for directory @var{directory} in another window 223Select a Dired buffer for directory @var{directory} in another window
224(@code{dired-other-window}). @xref{Dired}. 224(@code{dired-other-window}). @xref{Dired}.
225 225
226@findex mail-other-window 226@c Don't index @kbd{C-x 4 m} and @code{compose-mail-other-window}
227@c here, they are indexed in sending.texi, in the "Sending Mail" node.
227@item C-x 4 m 228@item C-x 4 m
228Start composing a mail message, similar to @kbd{C-x m} (@pxref{Sending 229Start composing a mail message, similar to @kbd{C-x m} (@pxref{Sending
229Mail}), but in another window (@code{mail-other-window}). 230Mail}), but in another window (@code{compose-mail-other-window}).
230 231
231@findex find-tag-other-window 232@findex find-tag-other-window
232@item C-x 4 . 233@item C-x 4 .