Skip to content

Commit

Permalink
Improve Lisp keyword macros in TeXinfo
Browse files Browse the repository at this point in the history
Ensure that a space comes after the keyword.
  • Loading branch information
foretspaisibles committed Mar 31, 2024
1 parent 0ca6f44 commit c5a8371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/org.melusina.confidence.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ are also available at https://opensource.org/licenses/MIT
@c We use @andkey, etc to escape & from TeX in lambda lists --
@c so we need to define them for info as well.
@macro andallowotherkeys
&allow-other-keys
&allow-other-keys@tie{}
@end macro
@macro andoptional
&optional
&optional@tie{}
@end macro
@macro andrest
&rest
&rest@tie{}
@end macro
@macro andkey
&key
&key@tie{}
@end macro
@macro andbody
&body
&body@tie{}
@end macro

@ifnottex
Expand Down

0 comments on commit c5a8371

Please sign in to comment.