summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-08-22 17:17:32 +0800
committerPo Lu <luangruo@yahoo.com>2023-08-22 17:17:32 +0800
commit269fd08dabf2d1fc07e52fa7f93b42daf1d3f6c8 (patch)
tree100c882c0dbe344140027b2ecc5b8038504dc6ba
parent7af94bacd7a1be6417390ce9523f0e2524deb8e0 (diff)
downloademacs-269fd08dabf2d1fc07e52fa7f93b42daf1d3f6c8.tar.gz
; 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:
`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.
+ `android' for an Emacs frame running in Android.
Use of this variable as a boolean is deprecated. Instead,
use `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:
`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.
- `android' for an Emacs frame running in Android/
+ `android' for an Emacs frame running in Android.
FRAME defaults to the currently selected frame.