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: Eli Zaretskii
Subject: Re: [Emacs-diffs] master fc759eb: Fix with-coding-priority markup in Elisp manual
Date: Sun, 13 Oct 2019 18:49:08 +0300

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?

Thanks for improving our documentation.



reply via email to

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