r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs

commit a829f74916ba5d75353340da0a69b458c74b8f2c
parent 431a303b3357804a1d244d86143c785bed5cee25
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Mon,  5 Feb 2024 15:57:33 -0500

Update STYLE.

Diffstat:
MSTYLE.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/STYLE.md b/STYLE.md @@ -35,3 +35,8 @@ Use `@lisp … @end lisp` for block examples. Within these, use `@r{unspecified}` and `@r{error}` for unspecified or error results. (This isn't very "semantic", but it's what the Texinfo manual recommends. Is there a better way?) + +Use our @rsvar macro for syntactic variables that occur in code +examples. This will emit an `@r{}` wrapper for the syntactic variable, +ensuring (where it's possible to ensure such things) that it appears +in Roman font.