aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorPo Lu2023-08-22 17:17:32 +0800
committerPo Lu2023-08-22 17:17:32 +0800
commit269fd08dabf2d1fc07e52fa7f93b42daf1d3f6c8 (patch)
tree100c882c0dbe344140027b2ecc5b8038504dc6ba /src/frame.c
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.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
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