From: Juanma Barranquero Date: Tue, 21 Jun 2005 11:29:47 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-22.0.90~8785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e0dca3d12acc38d9d607fe31b83a6d4c69b6492;p=emacs.git Fix typo in comment. --- diff --git a/src/window.c b/src/window.c index 1f2af647677..aec6c16eb9c 100644 --- a/src/window.c +++ b/src/window.c @@ -4180,7 +4180,7 @@ enlarge_window (window, delta, widthflag, preserve_before) 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;