aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-13 17:35:48 +0000
committerRichard M. Stallman1994-11-13 17:35:48 +0000
commit169e69a3951d0d86bc2380e0187a01a6d35e3e25 (patch)
treee6b24c58d01ccb61aff7bcc1c4a1bdbd8443db6a /src
parent87b8e150eb59ffd39389b7f225fbea73e0ad114f (diff)
downloademacs-169e69a3951d0d86bc2380e0187a01a6d35e3e25.tar.gz
emacs-169e69a3951d0d86bc2380e0187a01a6d35e3e25.zip
(syms_of_frame): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
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\
1786For values specific to the separate minibuffer frame, see\n\ 1786For values specific to the separate minibuffer frame, see\n\
1787 `minibuffer-frame-alist'.\n\ 1787 `minibuffer-frame-alist'.\n\
1788The `menu-bar-lines' element of the list controls whether new frames\n\ 1788The `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);