Mercurial > hg > xemacs-beta
comparison src/rangetab.c @ 4391:cbf129b005df
Clarify #'map-range-table docstring.
2008-01-12 Aidan Kehoe <kehoea@parhasard.net>
* rangetab.c (Fmap_range_table):
Clarify docstring. (If FUNCTION doesn't touch any range-table
entry, things will also be correct.)
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 12 Jan 2008 18:04:13 +0100 |
parents | 1e7cc382eb16 |
children | 257b468bf2ca |
comparison
equal
deleted
inserted
replaced
4390:5902c5214a77 | 4391:cbf129b005df |
---|---|
569 the beginning and end of the range and the corresponding value. | 569 the beginning and end of the range and the corresponding value. |
570 | 570 |
571 Results are guaranteed to be correct (i.e. each entry processed | 571 Results are guaranteed to be correct (i.e. each entry processed |
572 exactly once) if FUNCTION modifies or deletes the current entry | 572 exactly once) if FUNCTION modifies or deletes the current entry |
573 \(i.e. passes the current range to `put-range-table' or | 573 \(i.e. passes the current range to `put-range-table' or |
574 `remove-range-table'), but not otherwise. | 574 `remove-range-table'). If FUNCTION modifies or deletes any other entry, |
575 this guarantee doesn't hold. | |
575 */ | 576 */ |
576 (function, range_table)) | 577 (function, range_table)) |
577 { | 578 { |
578 Lisp_Range_Table *rt; | 579 Lisp_Range_Table *rt; |
579 int i; | 580 int i; |