mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 08:31:09 -08:00
; 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.
This commit is contained in:
parent
7af94bacd7
commit
269fd08dab
2 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue