emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master fc759eb: Fix with-coding-priority markup in Eli


From: Basil L. Contovounesios
Subject: Re: [Emacs-diffs] master fc759eb: Fix with-coding-priority markup in Elisp manual
Date: Sat, 13 Jun 2020 16:38:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> This change loses information:
>
>   -@defmac with-coding-priority coding-systems &rest body@dots{}
>   -This macro execute @var{body}, like @code{progn} does
>   -(@pxref{Sequencing, progn}), with @var{coding-systems} at the front of
>   -the priority list for coding systems.  @var{coding-systems} should be
>   -a list of coding systems to prefer during execution of @var{body}.
>   +@defmac with-coding-priority coding-systems &rest body
>   +This macro executes @var{body}, like @code{progn} does
>   +(@pxref{Sequencing}), with @var{coding-systems} at the front of the
>   +priority list for coding systems.  @var{coding-systems} should be a
>   +list of coding systems to prefer during execution of @var{body}.
>
> The 2nd argument of @pxref, as in @pxref{Sequencing, progn} above, is
> not a no-op, and I see no reason to remove it in this case.  Did I
> miss something?

Sorry about the late reply.  I think the reason I removed it is because
it produces the following Info:

  This macro executes BODY, like ‘progn’ does (see progn
  .), with CODING-SYSTEMS at the front of the priority list
  for coding systems.  CODING-SYSTEMS should be a list of coding
  systems to prefer during execution of BODY.

Any ideas how to cajole it?

Thanks,

-- 
Basil



reply via email to

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