From: Yuuki Harano Date: Tue, 23 Nov 2021 14:10:28 +0000 (+0900) Subject: * src/frame.c (Fframep): Fix comment X-Git-Tag: emacs-29.0.90~3653 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fd3b57a92788fcc5ce673d806e7615c60870344;p=emacs.git * src/frame.c (Fframep): Fix comment --- diff --git a/src/frame.c b/src/frame.c index bb5d46f4eeb..8044c163727 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) {