From 3bc1e0a83dc25ff6d0721499e699cec7e18366af Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 9 Aug 2005 08:41:21 +0000 Subject: [PATCH] Upright is opposite of italic. (hey, it's news to me! I certainly think it's worth mentioning this.) --- ChangeLog | 2 +- scm/define-markup-commands.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b65adb8180..a294feab9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * 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. diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 17d6be097d..54b1f70649 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -758,7 +758,7 @@ recommend font for this is bold and italic" 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)) -- 2.39.5