]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/frame.c (Fframep): Update framep docstring
authorColin Woodbury <colin@fosskers.ca>
Sat, 22 May 2021 09:41:42 +0000 (18:41 +0900)
committerYuuki Harano <masm+github@masm11.me>
Sat, 22 May 2021 09:41:42 +0000 (18:41 +0900)
src/frame.c

index 40b8d2b06c15ab07b8dfedad5bf7ebec5c36e0d0..f8479f63f1da5faa1f3a885188b3356a0db250ee 100644 (file)
@@ -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)
 {