From: Richard M. Stallman Date: Sun, 13 Nov 1994 17:35:48 +0000 (+0000) Subject: (syms_of_frame): Fix typo. X-Git-Tag: emacs-19.34~5954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=169e69a3951d0d86bc2380e0187a01a6d35e3e25;p=emacs.git (syms_of_frame): Fix typo. --- diff --git a/src/frame.c b/src/frame.c index 7ee19e41f83..6630fa18808 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1786,7 +1786,7 @@ For values specific to the first Emacs frame, see `initial-frame-alist'.\n\ For values specific to the separate minibuffer frame, see\n\ `minibuffer-frame-alist'.\n\ The `menu-bar-lines' element of the list controls whether new frames\n\ - have menu bars; `menu-bar-mode' works by altering this element.") + have menu bars; `menu-bar-mode' works by altering this element."); Vdefault_frame_alist = Qnil; defsubr (&Sframep);