]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 22:23:36 +0000 (22:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 22:23:36 +0000 (22:23 +0000)
src/data.c

index f362b0253d995c084c048893851f98e4973df95d..77224d77d87abaf4187b57dbdf76fd28ee22ebd7 100644 (file)
@@ -1264,7 +1264,7 @@ set_internal (symbol, newval, buf, bindflag)
          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;
        }