diff options
| author | Basil L. Contovounesios | 2020-06-13 17:53:59 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2020-06-13 17:54:51 +0100 |
| commit | 6cdecc2659a290f4a9eddb498978e3b07d5cbc58 (patch) | |
| tree | 5c015dcaff865ce9bd9e0f818a79e4f7178a70f8 | |
| parent | 22f4fba8a903874ba63f8f479fa40b1dfe12850f (diff) | |
| download | emacs-6cdecc2659a290f4a9eddb498978e3b07d5cbc58.tar.gz emacs-6cdecc2659a290f4a9eddb498978e3b07d5cbc58.zip | |
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.
| -rw-r--r-- | doc/lispref/nonascii.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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. | |||
| 1823 | 1823 | ||
| 1824 | @defmac with-coding-priority coding-systems &rest body | 1824 | @defmac with-coding-priority coding-systems &rest body |
| 1825 | This macro executes @var{body}, like @code{progn} does | 1825 | This macro executes @var{body}, like @code{progn} does |
| 1826 | (@pxref{Sequencing}), with @var{coding-systems} at the front of the | 1826 | (@pxref{Sequencing, progn}), with @var{coding-systems} at the front of |
| 1827 | priority list for coding systems. @var{coding-systems} should be a | 1827 | the priority list for coding systems. @var{coding-systems} should be |
| 1828 | list of coding systems to prefer during execution of @var{body}. | 1828 | a list of coding systems to prefer during execution of @var{body}. |
| 1829 | @end defmac | 1829 | @end defmac |
| 1830 | 1830 | ||
| 1831 | @node Explicit Encoding | 1831 | @node Explicit Encoding |