bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8243: small error in the emacs manual


From: Glenn Morris
Subject: bug#8243: small error in the emacs manual
Date: Mon, 14 Mar 2011 17:19:16 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Nazim Wahid Djafar wrote:

> there is a small error in the emacs manual in chapter Sending mail :
>
> C-x 4 m
> Likewise, in another window (compose-mail-other-window).
> C-x 5 m
> Likewise, but in a new frame (compose-mail-other-frame).

Thank you for the report, but the manual is correct.

See bindings.el:

(define-key ctl-x-4-map "m" 'compose-mail-other-window)
(define-key ctl-x-5-map "m" 'compose-mail-other-frame)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]