From 471c4e0500de8a9122f66d509e30a060c9473fff Mon Sep 17 00:00:00 2001
From: Christopher Allan Webber
Date: Wed, 13 Apr 2016 11:04:27 -0500
Subject: 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>
---
 doc/user/document.skb | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

(limited to 'doc')

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))
 
-- 
cgit v1.2.3