]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/frame.c (Fframep): Fix comment
authorYuuki Harano <masm+github@masm11.me>
Tue, 23 Nov 2021 14:10:28 +0000 (23:10 +0900)
committerYuuki Harano <masm+github@masm11.me>
Tue, 23 Nov 2021 14:10:28 +0000 (23:10 +0900)
src/frame.c

index bb5d46f4eeb24ab48e8008a0aedba7f279f6a273..8044c16372793d87b501d608c45fb640389de183 100644 (file)
@@ -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)
 {