all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: emacs-26 106a9f6: More improvements in the Emacs manual
       [not found] ` <20180221183240.BC1482052F@vcs0.savannah.gnu.org>
@ 2018-02-21 22:00   ` Glenn Morris
  0 siblings, 0 replies; only message in thread
From: Glenn Morris @ 2018-02-21 22:00 UTC (permalink / raw)
  To: emacs-devel; +Cc: Eli Zaretskii


> -Move to the @samp{Reply-To} header (@code{message-goto-reply-to}).
> +Move to the @samp{Reply-to} header (@code{message-goto-reply-to}).
>  @item C-c C-f C-f
> -Move to the @samp{Mail-Followup-To} header field
> +Move to the @samp{Mail-followup-to} header field

I'm not sure in what sense this is an improvement (similarly with recent
BCC -> Bcc, etc), but it is inconsistent with existing usage.
In current emacs-26:

find . -name '*.texi' -exec grep 'Mail-followup-to' {} + | wc -l # 2
find . -name '*.texi' -exec grep 'Mail-Followup-To' {} + | wc -l # 20
find . -name '*.el' -exec grep 'Mail-followup-to' {} + | wc -l # 0
find . -name '*.el' -exec grep 'Mail-Followup-To' {} + | wc -l # 50



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-21 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180221183238.19337.92371@vcs0.savannah.gnu.org>
     [not found] ` <20180221183240.BC1482052F@vcs0.savannah.gnu.org>
2018-02-21 22:00   ` emacs-26 106a9f6: More improvements in the Emacs manual Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.