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 54acbe0c8c9..5525e2a9964 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2515,7 +2515,7 @@ For values specific to the separate minibuffer frame, see | |||
| 2515 | `minibuffer-frame-alist'. | 2515 | `minibuffer-frame-alist'. |
| 2516 | The `menu-bar-lines' element of the list controls whether new frames | 2516 | The `menu-bar-lines' element of the list controls whether new frames |
| 2517 | have menu bars; `menu-bar-mode' works by altering this element. | 2517 | have menu bars; `menu-bar-mode' works by altering this element. |
| 2518 | Setting this variable does not affect exsiting frames, only new ones. */); | 2518 | Setting this variable does not affect existing frames, only new ones. */); |
| 2519 | Vdefault_frame_alist = Qnil; | 2519 | Vdefault_frame_alist = Qnil; |
| 2520 | 2520 | ||
| 2521 | Qinhibit_default_face_x_resources | 2521 | Qinhibit_default_face_x_resources |