Mercurial > hg > xemacs-beta
diff man/lispref/specifiers.texi @ 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 | 04ebee7cbab0 |
children | 2ba4f06a264d |
line wrap: on
line diff
--- 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}.