--- Begin Message ---
Subject: |
small error in the emacs manual |
Date: |
Sun, 13 Mar 2011 09:51:32 +0100 |
hi,
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).
instead
C-x 4 m
Likewise, but in a new frame (compose-mail-other-frame).
C-x 5 m
Likewise, in another window (compose-mail-other-window).
--- End Message ---
--- Begin Message ---
Subject: |
Re: 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)
--- End Message ---