# HG changeset patch # User stephent # Date 1075208442 0 # Node ID 01dce9d379666439d9cc0f6a37b6661c01acf510 # Parent 309e17ab06cf5fd175ee4cf24abf95e0d4f8fabf [xemacs-hg @ 2004-01-27 13:00:35 by stephent] little fixes <87r7xlo8d4.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 309e17ab06cf -r 01dce9d37966 man/ChangeLog --- 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 + + * lispref/specifiers.texi (Copyright): Update. + + (Creating Specifiers): Correct more instances of subject-verb + disagreement. + 2004-01-24 Stephen J. Turnbull * lispref/specifiers.texi (Specifier Instancing Functions): Fix diff -r 309e17ab06cf -r 01dce9d37966 man/lispref/specifiers.texi --- 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}.