Fix with-coding-priority markup in Elisp manual
* doc/lispref/nonascii.texi (Specifying Coding Systems): Don't use '&rest' in conjunction with 'body...' in arglist of with-coding-priority. Fix typo and cross-referencing (2-arg @pxref adds a trailing period).
This commit is contained in:
parent
d9a01dcd9f
commit
fc759eb9b3
1 changed files with 5 additions and 5 deletions
|
@ -1821,11 +1821,11 @@ priority list for coding systems, thus making their priority higher
|
||||||
than all the rest.
|
than all the rest.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
@defmac with-coding-priority coding-systems &rest body@dots{}
|
@defmac with-coding-priority coding-systems &rest body
|
||||||
This macro execute @var{body}, like @code{progn} does
|
This macro executes @var{body}, like @code{progn} does
|
||||||
(@pxref{Sequencing, progn}), with @var{coding-systems} at the front of
|
(@pxref{Sequencing}), with @var{coding-systems} at the front of the
|
||||||
the priority list for coding systems. @var{coding-systems} should be
|
priority list for coding systems. @var{coding-systems} should be a
|
||||||
a list of coding systems to prefer during execution of @var{body}.
|
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