carbon2-commit: Fix typo.

Aidan Kehoe aidan-guest at alioth.debian.org
Sat Apr 5 08:42:53 EDT 2008


changeset:   4456:11357f7846bf1ab10224f0025a6cc3327c419e84
user:        Stephen J. Turnbull <stephen at xemacs.org>
date:        Tue Mar 11 23:15:08 2008 -0700
files:       src/ChangeLog src/specifier.c
description:
Fix typo.


diff -r a72dc882abf1f0b22ed65bba72d725e70223a435 -r 11357f7846bf1ab10224f0025a6cc3327c419e84 src/ChangeLog
--- 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-05  Dominique Quatravaux  <domq@
+2008-03-11  Stephen J. Turnbull  <stephen at xemacs.org>
+
+	* specifier.c (CHECK_INSTANCE_ENTRY): Fix typo in comment.
+
 2008-03-05  Dominique Quatravaux  <domq at cpan.org>
 
 	* glyphs-gtk.c (init_image_instance_from_gdk_image):
diff -r a72dc882abf1f0b22ed65bba72d725e70223a435 -r 11357f7846bf1ab10224f0025a6cc3327c419e84 src/specifier.c
--- 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 @@ specifier_instance_from_inst_list (Lisp_
 
 /* 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 {			\




More information about the XEmacs-Patches mailing list