emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master fc759eb: Fix with-coding-priority markup in Elisp m


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master fc759eb: Fix with-coding-priority markup in Elisp manual
Date: Sun, 13 Oct 2019 11:40:44 -0400 (EDT)

branch: master
commit fc759eb9b3018394d14e62f12cb4a5c5585c38f2
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    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).
---
 doc/lispref/nonascii.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index 612c362..a3789dd 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -1821,11 +1821,11 @@ priority list for coding systems, thus making their 
priority higher
 than all the rest.
 @end defun
 
-@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}.
 @end defmac
 
 @node Explicit Encoding



reply via email to

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