mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(frame-initialize): Doc fix.
This commit is contained in:
parent
e7b0deaf25
commit
ff2a1c79f5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user