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

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

[Emacs-bug-tracker] bug#8243: closed (small error in the emacs manual)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8243: closed (small error in the emacs manual)
Date: Mon, 14 Mar 2011 21:20:03 +0000

Your message dated Mon, 14 Mar 2011 17:19:16 -0400
with message-id <address@hidden>
and subject line Re: bug#8243: small error in the emacs manual
has caused the GNU bug report #8243,
regarding small error in the emacs manual
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8243: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8243
GNU Bug Tracking System
Contact address@hidden with problems
--- 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 ---

reply via email to

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