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 | 3cf5480148c1beb7726490365fb249db5813ea38 (patch) | |
tree | 1470712a27323f988cc3bede61f66c10ae337a94 /src/frame.c | |
parent | 673341317eb135e1d1401dfa48dd2e0d6fd97bc6 (diff) | |
download | emacs-3cf5480148c1beb7726490365fb249db5813ea38.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 |