From: Dmitry Antipov Date: Fri, 23 Aug 2013 04:17:04 +0000 (+0400) Subject: * window.c (struct save_window_data): Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b729d1685255d309d6de0ac1c973527ec691f8b;p=emacs.git * window.c (struct save_window_data): Fix typo. --- 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 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;