Mercurial > emacs
changeset 35697:6f48576daf85
(frame-initialize): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 29 Jan 2001 17:01:13 +0000 |
parents | 09e4ea04f401 |
children | 1251e295139f |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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