aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c1
-rw-r--r--src/frame.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 02388bcef2b..d6a27ac29ec 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6849,6 +6849,7 @@ The value is a symbol:
6849 `pc' for a direct-write MS-DOS frame. 6849 `pc' for a direct-write MS-DOS frame.
6850 `pgtk' for an Emacs frame using pure GTK facilities. 6850 `pgtk' for an Emacs frame using pure GTK facilities.
6851 `haiku' for an Emacs frame running in Haiku. 6851 `haiku' for an Emacs frame running in Haiku.
6852 `android' for an Emacs frame running in Android.
6852 6853
6853Use of this variable as a boolean is deprecated. Instead, 6854Use of this variable as a boolean is deprecated. Instead,
6854use `display-graphic-p' or any of the other `display-*-p' 6855use `display-graphic-p' or any of the other `display-*-p'
diff --git a/src/frame.c b/src/frame.c
index da00cbf4bce..4be9f06bd3c 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -282,7 +282,7 @@ The value is a symbol:
282 `pc' for a direct-write MS-DOS frame. 282 `pc' for a direct-write MS-DOS frame.
283 `pgtk' for an Emacs frame using pure GTK facilities. 283 `pgtk' for an Emacs frame using pure GTK facilities.
284 `haiku' for an Emacs frame running in Haiku. 284 `haiku' for an Emacs frame running in Haiku.
285 `android' for an Emacs frame running in Android/ 285 `android' for an Emacs frame running in Android.
286 286
287FRAME defaults to the currently selected frame. 287FRAME defaults to the currently selected frame.
288 288