Revert markup change in with-coding-priority docs
This partially reverts commit fc759eb9b3
"Fix with-coding-priority markup in Elisp manual"
of 2019-10-13T15:36:02Z!contovob@tcd.ie.
For discussion, see the following thread:
https://lists.gnu.org/archive/html/emacs-devel/2019-10/msg00550.html
https://lists.gnu.org/archive/html/emacs-devel/2020-06/msg00473.html
* doc/lispref/nonascii.texi (Specifying Coding Systems): Use more
specific cross-reference to progn even if info.el displays it
suboptimally.
This commit is contained in:
parent
22f4fba8a9
commit
6cdecc2659
1 changed files with 3 additions and 3 deletions
|
@ -1823,9 +1823,9 @@ than all the rest.
|
||||||
|
|
||||||
@defmac with-coding-priority coding-systems &rest body
|
@defmac with-coding-priority coding-systems &rest body
|
||||||
This macro executes @var{body}, like @code{progn} does
|
This macro executes @var{body}, like @code{progn} does
|
||||||
(@pxref{Sequencing}), with @var{coding-systems} at the front of the
|
(@pxref{Sequencing, progn}), with @var{coding-systems} at the front of
|
||||||
priority list for coding systems. @var{coding-systems} should be a
|
the priority list for coding systems. @var{coding-systems} should be
|
||||||
list of coding systems to prefer during execution of @var{body}.
|
a list of coding systems to prefer during execution of @var{body}.
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
@node Explicit Encoding
|
@node Explicit Encoding
|
||||||
|
|
Loading…
Add table
Reference in a new issue