(syms_of_frame): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Nov 1994 17:35:48 +0000 (17:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Nov 1994 17:35:48 +0000 (17:35 +0000)
src/frame.c

index 7ee19e4..6630fa1 100644 (file)
@@ -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);