Mercurial > hg > xemacs-beta
changeset 5094:ebee7d1e58bd
fix outdated comment
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-03-03 Ben Wing <ben@xemacs.org>
* lrecord.h: Fix outdated comment.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 03 Mar 2010 05:41:44 -0600 |
parents | 33bc58a32dc2 |
children | cb4f2e1bacc4 |
files | src/ChangeLog src/lrecord.h |
diffstat | 2 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 03 05:19:49 2010 -0600 +++ b/src/ChangeLog Wed Mar 03 05:41:44 2010 -0600 @@ -1,3 +1,7 @@ +2010-03-03 Ben Wing <ben@xemacs.org> + + * lrecord.h: Fix outdated comment. + 2010-03-03 Ben Wing <ben@xemacs.org> * emacs.c:
--- a/src/lrecord.h Wed Mar 03 05:19:49 2010 -0600 +++ b/src/lrecord.h Wed Mar 03 05:41:44 2010 -0600 @@ -645,12 +645,10 @@ doesn't care about the dumper flag and makes use of some of the stuff normally omitted from the "abbreviated" description -- see above. - A memory_description is an array of values. (This is actually - misnamed, in that it does not just describe lrecords, but any - blocks of memory.) The first value of each line is a type, the - second the offset in the lrecord structure. The third and - following elements are parameters; their presence, type and number - is type-dependent. + A memory_description is an array of values. The first value of each + line is a type, the second the offset in the lrecord structure. The + third and following elements are parameters; their presence, type and + number is type-dependent. The description ends with an "XD_END" record.