* src/frame.c (Fframep): Update framep docstring
This commit is contained in:
parent
1f82c85bff
commit
67a4c8b5ad
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue