]> git.eshelyaron.com Git - emacs.git/commitdiff
; Amend doc strings of two functions
authorPo Lu <luangruo@yahoo.com>
Tue, 22 Aug 2023 09:17:32 +0000 (17:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 22 Aug 2023 09:17:32 +0000 (17:17 +0800)
* src/dispnew.c (syms_of_display):

* src/frame.c (Fwindow_system): Revise doc strings to mention
the `android' value.

src/dispnew.c
src/frame.c

index 02388bcef2b43739e0de119d63433bd4ed8532b5..d6a27ac29ec64438c9ee94f92b1155d302033495 100644 (file)
@@ -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'
index da00cbf4bce8794313bae6e9f70951d4415b8c91..4be9f06bd3cab3ba45d4706886df11d04daf55cf 100644 (file)
@@ -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.