summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-01-07 16:38:47 +0200
committerEli Zaretskii <eliz@gnu.org>2022-01-07 16:38:47 +0200
commitc168afb6f6d631a61c2ba764eec7218d25b838a5 (patch)
treebde864099c2dcec7fa0da8458e34ee79192dd994 /src/dispnew.c
parentf424ef88e2cae6d3fb06041d63902af2b8cffe9b (diff)
downloademacs-c168afb6f6d631a61c2ba764eec7218d25b838a5.tar.gz
emacs-c168afb6f6d631a61c2ba764eec7218d25b838a5.tar.bz2
emacs-c168afb6f6d631a61c2ba764eec7218d25b838a5.zip
Minor improvements for 'pgtk' documentation
* src/dispnew.c (syms_of_display) <initial-window-system> <window-system>: * src/frame.c (Fwindow_system): * doc/lispref/display.texi (Defining Faces, Window Systems): * doc/lispref/frames.texi (Frames): Mention/explain 'pgtk'/'haiku'. * doc/lispref/commands.texi (Misc Events): Fix @example and markup.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 178d5caffb2..6337bcf1303 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6662,6 +6662,8 @@ The value is a symbol:
`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.
+ `pgtk' for an Emacs frame using pure GTK facilities.
+ `haiku' for an Emacs frame running in Haiku.
Use of this variable as a boolean is deprecated. Instead,
use `display-graphic-p' or any of the other `display-*-p'
@@ -6675,6 +6677,8 @@ The value is a symbol:
`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.
+ `pgtk' for an Emacs frame using pure GTK facilities.
+ `haiku' for an Emacs frame running in Haiku.
Use of this variable as a boolean is deprecated. Instead,
use `display-graphic-p' or any of the other `display-*-p'