summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorChristopher Allan Webber2016-04-13 11:04:27 -0500
committerLudovic Courtès2016-04-13 18:59:17 +0200
commit471c4e0500de8a9122f66d509e30a060c9473fff (patch)
tree15ccf3ad203bb28de61a1bbd41fdbf5968950fd5 /doc
parentdfcdee7f3ec224cab9bcc6e26a331b725e080043 (diff)
downloadskribilo-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>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/document.skb15
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))