[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/pgtk 1fd3b57 4/4: * src/frame.c (Fframep): Fix comment
From: |
Yuuki Harano |
Subject: |
feature/pgtk 1fd3b57 4/4: * src/frame.c (Fframep): Fix comment |
Date: |
Tue, 23 Nov 2021 09:11:56 -0500 (EST) |
branch: feature/pgtk
commit 1fd3b57a92788fcc5ce673d806e7615c60870344
Author: Yuuki Harano <masm+github@masm11.me>
Commit: Yuuki Harano <masm+github@masm11.me>
* src/frame.c (Fframep): Fix comment
---
src/frame.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frame.c b/src/frame.c
index bb5d46f..8044c16 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -226,7 +226,7 @@ Value is:
`w32' for an Emacs frame that is a window on MS-Windows display,
`ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
`pc' for a direct-write MS-DOS frame,
- `pgtk' for an Emacs frame running entirely in GTK.
+ `pgtk' for an Emacs frame running on pure GTK.
See also `frame-live-p'. */)
(Lisp_Object object)
{