Comment change.

This commit is contained in:
Richard M. Stallman
2006-12-17 22:23:36 +00:00
parent 303958a9eb
commit 8013296c28

View 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;
}