diff options
author | Christopher Allan Webber | 2016-04-13 11:04:27 -0500 |
---|---|---|
committer | Ludovic Courtès | 2016-04-13 18:59:17 +0200 |
commit | 471c4e0500de8a9122f66d509e30a060c9473fff (patch) | |
tree | 15ccf3ad203bb28de61a1bbd41fdbf5968950fd5 | |
parent | dfcdee7f3ec224cab9bcc6e26a331b725e080043 (diff) | |
download | skribilo-471c4e0500de8a9122f66d509e30a060c9473fff.tar.gz skribilo-471c4e0500de8a9122f66d509e30a060c9473fff.tar.lz skribilo-471c4e0500de8a9122f66d509e30a060c9473fff.zip |
doc: Remove explicit gendering of author fields
* doc/user/document.skb: Switch gendering from "his" to "their".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | doc/user/document.skb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/user/document.skb b/doc/user/document.skb index 543ba65..94c9785 100644 --- a/doc/user/document.skb +++ b/doc/user/document.skb @@ -3,6 +3,7 @@ ;;; ;;; Copyright 2008 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2003, 2004 Manuel Serrano +;;; Copyright 2008 Christopher Allan Webber <cwebber@dustycloud.org> ;;; ;;; ;;; This file is part of Skribilo. @@ -80,13 +81,13 @@ document.]) (doc-markup 'author '((:name "The name of the author.") - (:title "His title.") - (:affiliation "His affiliation.") - (:email "His email.") - (:url "His web page.") - (:address "His address.") - (:phone "His phone number.") - (:photo "His photograph.") + (:title "Their title.") + (:affiliation "Their affiliation.") + (:email "Their email.") + (:url "Their web page.") + (:address "Their address.") + (:phone "Their phone number.") + (:photo "Their photograph.") (:align "The author item alignment.")) :see-also '(mailto ref)) |