* src/frame.c (Fframep): Update framep docstring

This commit is contained in:
Colin Woodbury 2021-05-22 18:41:42 +09:00 committed by Yuuki Harano
parent 1f82c85bff
commit 67a4c8b5ad

View 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)
{