]> git.eshelyaron.com Git - emacs.git/commitdiff
Documentation fixes for pgtk port
authorPo Lu <luangruo@yahoo.com>
Thu, 2 Dec 2021 10:15:23 +0000 (18:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 2 Dec 2021 10:15:23 +0000 (18:15 +0800)
* doc/lispref/display.texi (Defining Faces):
* doc/lispref/frames.texi (Multiple Terminals): Add references
to the `pgtk' terminal type.

doc/lispref/display.texi
doc/lispref/frames.texi

index 80ef24b270dee1647da335ee49e12d92b238ae74..33e8f2f37e5e6cb9f167a48ccb22d79f816471f0 100644 (file)
@@ -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},
index 923ff19997e826362c4a76652100e284745ec59f..1dfd0d4bfa4d6c7fe43fcc3d49a6413b2214cbe4 100644 (file)
@@ -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