comparison man/lispref/specifiers.texi @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents ac2d302a0011
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
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