diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-03-05 10:10:21 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-03-05 10:10:21 +0000 |
commit | a050233465d3dd38b0a38bb6d61df318bb0fac02 (patch) | |
tree | c7386d42dbeca83987b0f227fd215750634a8edd /src/frame.c | |
parent | fb679a85e995506eb054361dcc57e2280f6781f7 (diff) | |
download | emacs-a050233465d3dd38b0a38bb6d61df318bb0fac02.tar.gz |
Fix typo.
Diffstat (limited to 'src/frame.c')
-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 `minibuffer-frame-alist'. The `menu-bar-lines' element of the list controls whether new frames have menu bars; `menu-bar-mode' works by altering this element. -Setting this variable does not affect exsiting frames, only new ones. */); +Setting this variable does not affect existing frames, only new ones. */); Vdefault_frame_alist = Qnil; Qinhibit_default_face_x_resources |