From 269fd08dabf2d1fc07e52fa7f93b42daf1d3f6c8 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 22 Aug 2023 17:17:32 +0800 Subject: [PATCH] ; 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. --- src/dispnew.c | 1 + src/frame.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2