aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-01-29 17:01:52 +0000
committerEli Zaretskii <[email protected]>2001-01-29 17:01:52 +0000
commitff2a1c79f5a90d02e804e8ae51c510d2251b007a (patch)
tree7a05af5da5555bcb074dff6b2a7c95b38f743121 /lisp/frame.el
parente7b0deaf25c04c25d731424b79a908f3b180d30a (diff)
(frame-initialize): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 85d9b734e8..93dcb36c12 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -167,7 +167,7 @@ Pass it BUFFER as first arg, and (cdr ARGS) gives the rest of the args."
;;; file - if there is no frame with a minibuffer open now, create
;;; one to display messages while loading the init file.
(defun frame-initialize ()
- "Create an in initial frame if necessary."
+ "Create an initial frame if necessary."
;; Are we actually running under a window system at all?
(if (and window-system (not noninteractive) (not (eq window-system 'pc)))
(progn