Mercurial > hg > xemacs-beta
comparison src/specifier.c @ 1875:ec2d1e636272
[xemacs-hg @ 2004-01-23 10:00:20 by stephent]
specifier docs <87u12nugu7.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 23 Jan 2004 10:00:34 +0000 |
parents | a8d8f419b459 |
children | 3ceb3622efa3 |
comparison
equal
deleted
inserted
replaced
1874:31c960994dba | 1875:ec2d1e636272 |
---|---|
457 return decode_specifier_type (type, ERROR_ME_NOT) != 0; | 457 return decode_specifier_type (type, ERROR_ME_NOT) != 0; |
458 } | 458 } |
459 | 459 |
460 DEFUN ("valid-specifier-type-p", Fvalid_specifier_type_p, 1, 1, 0, /* | 460 DEFUN ("valid-specifier-type-p", Fvalid_specifier_type_p, 1, 1, 0, /* |
461 Given a SPECIFIER-TYPE, return non-nil if it is valid. | 461 Given a SPECIFIER-TYPE, return non-nil if it is valid. |
462 Valid types are 'generic, 'integer, boolean, 'color, 'font, 'image, | 462 Valid types are 'generic, 'integer, 'boolean, 'color, 'font, 'image, |
463 'face-boolean, and 'toolbar. | 463 'face-boolean, and 'toolbar. |
464 */ | 464 */ |
465 (specifier_type)) | 465 (specifier_type)) |
466 { | 466 { |
467 return valid_specifier_type_p (specifier_type) ? Qt : Qnil; | 467 return valid_specifier_type_p (specifier_type) ? Qt : Qnil; |