comparison src/frame.c @ 9901:9a35aeb4a0db

(syms_of_frame): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Nov 1994 17:35:48 +0000
parents 5db59a2f9370
children 92b33538b36a
comparison
equal deleted inserted replaced
9900:68411c4271cd 9901:9a35aeb4a0db
1784 including X Windows' defaults database.\n\ 1784 including X Windows' defaults database.\n\
1785 For values specific to the first Emacs frame, see `initial-frame-alist'.\n\ 1785 For values specific to the first Emacs frame, see `initial-frame-alist'.\n\
1786 For values specific to the separate minibuffer frame, see\n\ 1786 For values specific to the separate minibuffer frame, see\n\
1787 `minibuffer-frame-alist'.\n\ 1787 `minibuffer-frame-alist'.\n\
1788 The `menu-bar-lines' element of the list controls whether new frames\n\ 1788 The `menu-bar-lines' element of the list controls whether new frames\n\
1789 have menu bars; `menu-bar-mode' works by altering this element.") 1789 have menu bars; `menu-bar-mode' works by altering this element.");
1790 Vdefault_frame_alist = Qnil; 1790 Vdefault_frame_alist = Qnil;
1791 1791
1792 defsubr (&Sframep); 1792 defsubr (&Sframep);
1793 defsubr (&Sframe_live_p); 1793 defsubr (&Sframe_live_p);
1794 defsubr (&Shandle_switch_frame); 1794 defsubr (&Shandle_switch_frame);