X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Fframe.el;h=2e40d57b2f038d1380df337411d95e7da7e954a0;hp=1b98fe3b270db1ad47025899d765930a481fcd6e;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/lisp/frame.el b/lisp/frame.el index 1b98fe3..2e40d57 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -571,8 +571,8 @@ This is equivalent to the type of the frame's device. Value is `tty' for a tty frame (a character-only terminal), `x' for a frame that is an X window, `ns' for a frame that is a NeXTstep window (not yet implemented), -`mswindows' for a frame that is a Windows NT or Windows 95/97 window, -`pc' for a frame that is a direct-write MS-DOS frame (not yet implemented), +`mswindows' for a frame that is a MS Windows desktop window, +`msprinter' for a frame that is a MS Windows print job, `stream' for a stream frame (which acts like a stdio stream), and `dead' for a deleted frame." (or frame (setq frame (selected-frame)))