]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.c (struct save_window_data): Fix typo.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 23 Aug 2013 04:17:04 +0000 (08:17 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 23 Aug 2013 04:17:04 +0000 (08:17 +0400)
src/window.c

index b295f748bfdddde536f7ffb993c7f09dcb6ece7c..023dc485d7f07e3fb3492407dace4ea0eb0269d1 100644 (file)
@@ -5408,7 +5408,7 @@ struct save_window_data
     Lisp_Object saved_windows;
 
     /* All fields above are traced by the GC.
-       From `fame-cols' down, the fields are ignored by the GC.  */
+       From `frame-cols' down, the fields are ignored by the GC.  */
 
     int frame_cols, frame_lines, frame_menu_bar_lines;
     int frame_tool_bar_lines;