diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 51831a05cc2..c6c78ec096e 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -1823,9 +1823,9 @@ than all the rest. @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}. +(@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}. @end defmac @node Explicit Encoding