From: Po Lu Date: Thu, 2 Dec 2021 10:15:23 +0000 (+0800) Subject: Documentation fixes for pgtk port X-Git-Tag: emacs-29.0.90~3627 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4844aaac199de9af8da0a62b5ae92b1f5a7abb2c;p=emacs.git Documentation fixes for pgtk port * doc/lispref/display.texi (Defining Faces): * doc/lispref/frames.texi (Multiple Terminals): Add references to the `pgtk' terminal type. --- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 80ef24b270d..33e8f2f37e5 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2785,8 +2785,8 @@ apply to. Here are the possible values of @var{characteristic}: The kind of window system the terminal uses---either @code{graphic} (any graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console), @code{w32} (for MS Windows 9X/NT/2K/XP), @code{haiku} (for -Haiku), or @code{tty} (a non-graphics-capable display). -@xref{Window Systems, window-system}. +Haiku), @code{pgtk} (for GTK), or @code{tty} (a non-graphics-capable +display). @xref{Window Systems, window-system}. @item class What kinds of colors the terminal supports---either @code{color}, diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 923ff19997e..1dfd0d4bfa4 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -214,7 +214,7 @@ The terminal and keyboard coding systems used on the terminal. @item The kind of display associated with the terminal. This is the symbol returned by the function @code{terminal-live-p} (i.e., @code{x}, -@code{t}, @code{w32}, @code{ns}, @code{pc}, or @code{haiku}). +@code{t}, @code{w32}, @code{ns}, @code{pc}, @code{haiku}, or @code{pgtk}). @xref{Frames}. @item