aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2023-08-22 17:17:32 +0800
committerPo Lu2023-08-22 17:17:32 +0800
commit269fd08dabf2d1fc07e52fa7f93b42daf1d3f6c8 (patch)
tree100c882c0dbe344140027b2ecc5b8038504dc6ba
parent7af94bacd7a1be6417390ce9523f0e2524deb8e0 (diff)
downloademacs-269fd08dabf2d1fc07e52fa7f93b42daf1d3f6c8.tar.gz
emacs-269fd08dabf2d1fc07e52fa7f93b42daf1d3f6c8.zip
; Amend doc strings of two functions
* src/dispnew.c (syms_of_display): * src/frame.c (Fwindow_system): Revise doc strings to mention the `android' value.
-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