changeset 1882:01dce9d37966

[xemacs-hg @ 2004-01-27 13:00:35 by stephent] little fixes <87r7xlo8d4.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 27 Jan 2004 13:00:42 +0000
parents 309e17ab06cf
children c347bc6e2cb3
files man/ChangeLog man/lispref/specifiers.texi
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Mon Jan 26 22:50:35 2004 +0000
+++ b/man/ChangeLog	Tue Jan 27 13:00:42 2004 +0000
@@ -1,3 +1,10 @@
+2004-01-26  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* lispref/specifiers.texi (Copyright): Update.
+
+	(Creating Specifiers): Correct more instances of subject-verb
+	disagreement.
+
 2004-01-24  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* lispref/specifiers.texi (Specifier Instancing Functions): Fix
--- a/man/lispref/specifiers.texi	Mon Jan 26 22:50:35 2004 +0000
+++ b/man/lispref/specifiers.texi	Tue Jan 27 13:00:42 2004 +0000
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the XEmacs Lisp Reference Manual.
 @c Copyright (C) 1995, 1996 Ben Wing.
-@c Copyright (C) 2002 Free Software Foundation, Inc.
+@c Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 @c See the file lispref.texi for copying conditions.
 @setfilename ../../info/specifiers.info
 @node Specifiers, Faces and Window-System Objects, Extents, top
@@ -1047,7 +1047,7 @@
 @section Functions for Instancing a Specifier
 
 @defun specifier-instance specifier &optional domain default no-fallback
-This function instantiates @var{specifier} (return its value) in
+This function instantiates @var{specifier} (returns its value) in
 @var{domain}.  If no instance can be generated for this domain, return
 @var{default}.
 
@@ -1102,7 +1102,7 @@
 @end defun
 
 @defun specifier-matching-instance specifier matchspec &optional domain default no-fallback
-This function return an instance for @var{specifier} in @var{domain}
+This function returns an instance for @var{specifier} in @var{domain}
 that matches @var{matchspec}.  If no instance can be generated for
 @var{domain}, return @var{default}.