Mercurial > hg > xemacs-beta
comparison src/doc.c @ 4962:e813cf16c015
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 05:29:05 -0600 |
parents | 304aebb79cd3 755ae5b97edb |
children | 16112448d484 |
comparison
equal
deleted
inserted
replaced
4961:b90f8cf474e0 | 4962:e813cf16c015 |
---|---|
503 DEFUN ("built-in-symbol-file", Fbuilt_in_symbol_file, 1, 2, 0, /* | 503 DEFUN ("built-in-symbol-file", Fbuilt_in_symbol_file, 1, 2, 0, /* |
504 Return the C source file built-in symbol SYM comes from. | 504 Return the C source file built-in symbol SYM comes from. |
505 Don't use this. Use the more general `symbol-file' (q.v.) instead. | 505 Don't use this. Use the more general `symbol-file' (q.v.) instead. |
506 | 506 |
507 If TYPE is nil or omitted, any kind of definition is acceptable. | 507 If TYPE is nil or omitted, any kind of definition is acceptable. |
508 If TYPE is `defun', then function, subr, special form or macro definitions | 508 If TYPE is `defun', then function, subr, special operator or macro definitions |
509 are acceptable. | 509 are acceptable. |
510 If TYPE is `defvar', then variable definitions are acceptable. | 510 If TYPE is `defvar', then variable definitions are acceptable. |
511 */ | 511 */ |
512 (symbol, type)) | 512 (symbol, type)) |
513 { | 513 { |