* window.c (struct save_window_data): Fix typo.
This commit is contained in:
parent
9997ec56be
commit
6b729d1685
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue