[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Incorrectly indented form in Elisp manual
From: |
Eli Zaretskii |
Subject: |
Re: Incorrectly indented form in Elisp manual |
Date: |
Sat, 15 Oct 2022 10:45:38 +0300 |
> From: Akib Azmain Turja <akib@disroot.org>
> Date: Sat, 15 Oct 2022 12:14:17 +0600
>
> In Info, 24.6.2 Search-based Fontification:
>
> --8<---------------cut here---------------start------------->8---
> (ANCHORED-MATCHER PRE-FORM POST-FORM
> SUBEXP-HIGHLIGHTERS...)
> --8<---------------cut here---------------end--------------->8---
>
> This is the result of this:
>
> --8<---------------cut here---------------start------------->8---
> (@var{anchored-matcher} @var{pre-form} @var{post-form}
> @var{subexp-highlighters}@dots{})
> --8<---------------cut here---------------end--------------->8---
>
> Which should be this to format the output correctly on Info (and
> probably on the book too):
>
> --8<---------------cut here---------------start------------->8---
> (@var{anchored-matcher} @var{pre-form} @var{post-form}
> @var{subexp-highlighters}@dots{})
> --8<---------------cut here---------------end--------------->8---
Thanks. I find no reason for wrapping this between two lines, so I
just made it a single line.