Mercurial > hg > xemacs-beta
changeset 4437:11357f7846bf
Fix typo.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 11 Mar 2008 23:15:08 -0700 |
parents | a72dc882abf1 |
children | 2785829fe37c |
files | src/ChangeLog src/specifier.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Mar 07 14:35:37 2008 +0100 +++ b/src/ChangeLog Tue Mar 11 23:15:08 2008 -0700 @@ -1,3 +1,7 @@ +2008-03-11 Stephen J. Turnbull <stephen@xemacs.org> + + * specifier.c (CHECK_INSTANCE_ENTRY): Fix typo in comment. + 2008-03-05 Dominique Quatravaux <domq@cpan.org> * glyphs-gtk.c (init_image_instance_from_gdk_image):
--- a/src/specifier.c Fri Mar 07 14:35:37 2008 +0100 +++ b/src/specifier.c Tue Mar 11 23:15:08 2008 -0700 @@ -2952,7 +2952,7 @@ /* Given a SPECIFIER and a DOMAIN, return a specific instance for that specifier. Try to find one by checking the specifier types from most - specific (buffer) to most general (global). If we find an instance, + specific (window) to most general (global). If we find an instance, return it. Otherwise return Qunbound. */ #define CHECK_INSTANCE_ENTRY(key, matchspec, type) do { \