aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-23 08:17:04 +0400
committerDmitry Antipov2013-08-23 08:17:04 +0400
commit6b729d1685255d309d6de0ac1c973527ec691f8b (patch)
tree22ba5ddc1177d3507cfaf6025984ab66b980a36d /src
parent9997ec56be8bf3fb32ac246e5b654ed735ee2c52 (diff)
downloademacs-6b729d1685255d309d6de0ac1c973527ec691f8b.tar.gz
emacs-6b729d1685255d309d6de0ac1c973527ec691f8b.zip
* window.c (struct save_window_data): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index b295f748bfd..023dc485d7f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5408,7 +5408,7 @@ struct save_window_data
5408 Lisp_Object saved_windows; 5408 Lisp_Object saved_windows;
5409 5409
5410 /* All fields above are traced by the GC. 5410 /* All fields above are traced by the GC.
5411 From `fame-cols' down, the fields are ignored by the GC. */ 5411 From `frame-cols' down, the fields are ignored by the GC. */
5412 5412
5413 int frame_cols, frame_lines, frame_menu_bar_lines; 5413 int frame_cols, frame_lines, frame_menu_bar_lines;
5414 int frame_tool_bar_lines; 5414 int frame_tool_bar_lines;