comparison man/lispref/specifiers.texi @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 131b0175ea99
children c9fe270a4101
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
528 @var{specifier-type} specifies the type of specifier that this @var{inst-list} 528 @var{specifier-type} specifies the type of specifier that this @var{inst-list}
529 will be used for. 529 will be used for.
530 530
531 Canonicalizing means converting to the full form for an inst-list, i.e. 531 Canonicalizing means converting to the full form for an inst-list, i.e.
532 @code{((@var{tag-set} . @var{instantiator}) ...)}. This function 532 @code{((@var{tag-set} . @var{instantiator}) ...)}. This function
533 accepts a single inst-pair or any abbrevation thereof or a list of 533 accepts a single inst-pair or any abbreviation thereof or a list of
534 (possibly abbreviated) inst-pairs. (See @code{canonicalize-inst-pair}.) 534 (possibly abbreviated) inst-pairs. (See @code{canonicalize-inst-pair}.)
535 535
536 If @var{noerror} is non-@code{nil}, signal an error if the inst-list is 536 If @var{noerror} is non-@code{nil}, signal an error if the inst-list is
537 invalid; otherwise return @code{t}. 537 invalid; otherwise return @code{t}.
538 @end defun 538 @end defun