From 169e69a3951d0d86bc2380e0187a01a6d35e3e25 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Nov 1994 17:35:48 +0000 Subject: [PATCH] (syms_of_frame): Fix typo. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5