think it's worth mentioning this.)
* Documentation/user/programming-interface.itely: fix @{ @}.
* scm/define-markup-commands.scm: add linewidth info to
- \justify and \wordwrap.
+ \justify and \wordwrap, add "upright is the opposite of italic".
* Documentation/user/advanced-notation.itely: shaped->shape,
add (cons (markup "foo")) type of example to text markup.
layout (prepend-alist-chain 'font-family 'typewriter props) arg))
(def-markup-command (upright layout props arg) (markup?)
- "Set font shape to @code{upright}."
+ "Set font shape to @code{upright}. This is the opposite of @code{italic}."
(interpret-markup
layout (prepend-alist-chain 'font-shape 'upright props) arg))