From: Colin Woodbury Date: Sat, 22 May 2021 09:41:42 +0000 (+0900) Subject: * src/frame.c (Fframep): Update framep docstring X-Git-Tag: emacs-29.0.90~3695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67a4c8b5ad9ebfb3fa2c7fae433aa6b6b5e92154;p=emacs.git * src/frame.c (Fframep): Update framep docstring --- diff --git a/src/frame.c b/src/frame.c index 40b8d2b06c1..f8479f63f1d 100644 --- a/src/frame.c +++ b/src/frame.c @@ -225,7 +225,8 @@ Value is: `x' for an Emacs frame that is really an X window, `w32' for an Emacs frame that is a window on MS-Windows display, `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display, - `pc' for a direct-write MS-DOS frame. + `pc' for a direct-write MS-DOS frame, + `pgtk' for an Emacs frame running entirely in GTK. See also `frame-live-p'. */) (Lisp_Object object) {