Mercurial > emacs
changeset 74706:1734e65f7ada
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Dec 2006 22:23:36 +0000 |
parents | b3678b1f5d53 |
children | 0515d6dd3af4 |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }