emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113976: * window.c (struct save_window_data): Fix t


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r113976: * window.c (struct save_window_data): Fix typo.
Date: Fri, 23 Aug 2013 04:18:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113976
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-23 08:17:04 +0400
message:
  * window.c (struct save_window_data): Fix typo.
modified:
  src/window.c                   window.c-20091113204419-o5vbwnq5f7feedwu-231
=== modified file 'src/window.c'
--- a/src/window.c      2013-08-14 05:41:48 +0000
+++ b/src/window.c      2013-08-23 04:17:04 +0000
@@ -5408,7 +5408,7 @@
     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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]