]> git.eshelyaron.com Git - emacs.git/commitdiff
(frame-initialize): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 17:01:52 +0000 (17:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 17:01:52 +0000 (17:01 +0000)
lisp/ChangeLog
lisp/frame.el

index 04b97338b60180bd928a3cb2ae1ab310ee1e32b7..9cd6ae1a20c13fe0e3ee3a1f731ed4743127e0c3 100644 (file)
@@ -1,5 +1,7 @@
 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * 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
index 85d9b734e8270ce65dcddd2aa01c237b8f230ec2..93dcb36c1245f37200dc2a61a565f1a9c81e2a2f 100644 (file)
@@ -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