Mercurial > emacs
changeset 63611:e674f801b65f
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 21 Jun 2005 11:29:47 +0000 |
parents | 48c403ccead5 |
children | df65ae1d9d1b |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Tue Jun 21 11:14:28 2005 +0000 +++ b/src/window.c Tue Jun 21 11:29:47 2005 +0000 @@ -4180,7 +4180,7 @@ The number of children n equals the number of resizable children of this window + 1 because we know window itself - is resizable (otherwise we would have signalled an error. */ + is resizable (otherwise we would have signalled an error). */ struct window *w = XWINDOW (window); Lisp_Object s;