aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c3
1 files changed, 2 insertions, 1 deletions
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:
225 `x' for an Emacs frame that is really an X window, 225 `x' for an Emacs frame that is really an X window,
226 `w32' for an Emacs frame that is a window on MS-Windows display, 226 `w32' for an Emacs frame that is a window on MS-Windows display,
227 `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display, 227 `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
228 `pc' for a direct-write MS-DOS frame. 228 `pc' for a direct-write MS-DOS frame,
229 `pgtk' for an Emacs frame running entirely in GTK.
229See also `frame-live-p'. */) 230See also `frame-live-p'. */)
230 (Lisp_Object object) 231 (Lisp_Object object)
231{ 232{