diff src/data.c @ 74706:1734e65f7ada

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Dec 2006 22:23:36 +0000
parents a248fe2d281f
children 3d45362f1d38 17e0dd217877 bc10a33dd40b
line wrap: on
line diff
--- a/src/data.c	Sun Dec 17 22:23:13 2006 +0000
+++ b/src/data.c	Sun Dec 17 22:23:36 2006 +0000
@@ -1264,7 +1264,7 @@
 	  XSETCAR (XBUFFER_LOCAL_VALUE (valcontents)->cdr,
 		   tem1);
 
-	  /* Set `buffer' and `frame' slots for thebinding now loaded.  */
+	  /* Set `buffer' and `frame' slots for the binding now loaded.  */
 	  XSETBUFFER (XBUFFER_LOCAL_VALUE (valcontents)->buffer, buf);
 	  XBUFFER_LOCAL_VALUE (valcontents)->frame = selected_frame;
 	}