From d51f6378fc536647300546365e6846138dc80ff2 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 4 Apr 2009 14:44:10 +0000 Subject: [PATCH] * frame.el (make-frame): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/frame.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bd468c2752..378108d2b06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-04-04 Chong Yidong + + * frame.el (make-frame): Doc fix. + 2009-04-04 Eli Zaretskii * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of diff --git a/lisp/frame.el b/lisp/frame.el index 1576ae7e4c2..5bdc5821284 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -732,7 +732,7 @@ You cannot specify either `width' or `height', you must use neither or both. (window-system . nil) The frame should be displayed on a terminal device. (window-system . x) The frame should be displayed in an X window. - (terminal . ID) The frame should use the terminal identified by ID. + (terminal . TERMINAL) The frame should use the terminal object TERMINAL. Before the frame is created (via `frame-creation-function-alist'), functions on the hook `before-make-frame-hook' are run. After the frame is created, functions -- 2.39.5