From: Eli Zaretskii Date: Mon, 29 Jan 2001 17:01:52 +0000 (+0000) Subject: (frame-initialize): Doc fix. X-Git-Tag: emacs-pretest-21.0.97~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff2a1c79f5a90d02e804e8ae51c510d2251b007a;p=emacs.git (frame-initialize): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04b97338b60..9cd6ae1a20c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-01-29 Eli Zaretskii + * frame.el (frame-initialize): Doc fix. + * time-stamp.el (time-stamp-string): Doc fix. * woman.el (WoMan-log-1): Make the log buffer writable. From diff --git a/lisp/frame.el b/lisp/frame.el index 85d9b734e82..93dcb36c124 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