Mercurial > hg > xemacs-beta
comparison src/doc.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | 576fb035e263 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
390 UNGCPRO; | 390 UNGCPRO; |
391 return doc; | 391 return doc; |
392 } | 392 } |
393 | 393 |
394 static void | 394 static void |
395 weird_doc (Lisp_Object sym, CONST char *weirdness, CONST char *type, int pos) | 395 weird_doc (Lisp_Object sym, const char *weirdness, const char *type, int pos) |
396 { | 396 { |
397 if (!strcmp (weirdness, GETTEXT ("duplicate"))) return; | 397 if (!strcmp (weirdness, GETTEXT ("duplicate"))) return; |
398 message ("Note: Strange doc (%s) for %s %s @ %d", | 398 message ("Note: Strange doc (%s) for %s %s @ %d", |
399 weirdness, type, string_data (XSYMBOL (sym)->name), pos); | 399 weirdness, type, string_data (XSYMBOL (sym)->name), pos); |
400 } | 400 } |