Mercurial > emacs
diff src/window.c @ 63611:e674f801b65f
Fix typo in comment.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 21 Jun 2005 11:29:47 +0000 |
| parents | dd0624f7bb99 |
| children | a473419e315e bdcbdec78dd3 b7da78284d4c |
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;
