diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
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\ | |||
| 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); |