changeset 9901:9a35aeb4a0db

(syms_of_frame): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Nov 1994 17:35:48 +0000
parents 68411c4271cd
children 32ed712a45a3
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Sun Nov 13 12:15:29 1994 +0000
+++ b/src/frame.c	Sun Nov 13 17:35:48 1994 +0000
@@ -1786,7 +1786,7 @@
 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);