diff options
| author | Eli Zaretskii | 2001-01-29 17:01:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-29 17:01:52 +0000 |
| commit | ff2a1c79f5a90d02e804e8ae51c510d2251b007a (patch) | |
| tree | 7a05af5da5555bcb074dff6b2a7c95b38f743121 | |
| parent | e7b0deaf25c04c25d731424b79a908f3b180d30a (diff) | |
| download | emacs-ff2a1c79f5a90d02e804e8ae51c510d2251b007a.tar.gz emacs-ff2a1c79f5a90d02e804e8ae51c510d2251b007a.zip | |
(frame-initialize): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/frame.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04b97338b60..9cd6ae1a20c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * frame.el (frame-initialize): Doc fix. | ||
| 4 | |||
| 3 | * time-stamp.el (time-stamp-string): Doc fix. | 5 | * time-stamp.el (time-stamp-string): Doc fix. |
| 4 | 6 | ||
| 5 | * woman.el (WoMan-log-1): Make the log buffer writable. From | 7 | * 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." | |||
| 167 | ;;; file - if there is no frame with a minibuffer open now, create | 167 | ;;; file - if there is no frame with a minibuffer open now, create |
| 168 | ;;; one to display messages while loading the init file. | 168 | ;;; one to display messages while loading the init file. |
| 169 | (defun frame-initialize () | 169 | (defun frame-initialize () |
| 170 | "Create an in initial frame if necessary." | 170 | "Create an initial frame if necessary." |
| 171 | ;; Are we actually running under a window system at all? | 171 | ;; Are we actually running under a window system at all? |
| 172 | (if (and window-system (not noninteractive) (not (eq window-system 'pc))) | 172 | (if (and window-system (not noninteractive) (not (eq window-system 'pc))) |
| 173 | (progn | 173 | (progn |