]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 11:29:47 +0000 (11:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 11:29:47 +0000 (11:29 +0000)
src/window.c

index 1f2af6476777dddd00d4ad5dd02059acfc6214ea..aec6c16eb9cee24c3b9a02c107aacaf7fb69bd5e 100644 (file)
@@ -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;