Mercurial > hg > xemacs-beta
comparison man/lispref/specifiers.texi @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ec9a17fef872 |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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 abbreviation thereof or a list of | 533 accepts a single inst-pair or any abbrevation 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 |