# HG changeset patch # User Eli Zaretskii # Date 980787673 0 # Node ID 6f48576daf85282069efa8b249a39c361660d3b0 # Parent 09e4ea04f40106bfb4e1bd0f4de4ccbf4499e18f (frame-initialize): Doc fix. diff -r 09e4ea04f401 -r 6f48576daf85 lisp/frame.el --- a/lisp/frame.el Mon Jan 29 16:59:08 2001 +0000 +++ b/lisp/frame.el Mon Jan 29 17:01:13 2001 +0000 @@ -167,7 +167,7 @@ ;;; 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