aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuuki Harano2021-11-23 23:10:28 +0900
committerYuuki Harano2021-11-23 23:10:28 +0900
commit1fd3b57a92788fcc5ce673d806e7615c60870344 (patch)
tree9aac03b641e0aaf5825c7bb72eabbee88fb75bea /src
parentb80a24b221e039995dfa82604a74b27e481604c4 (diff)
downloademacs-1fd3b57a92788fcc5ce673d806e7615c60870344.tar.gz
emacs-1fd3b57a92788fcc5ce673d806e7615c60870344.zip
* src/frame.c (Fframep): Fix comment
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
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:
226 `w32' for an Emacs frame that is a window on MS-Windows display, 226 `w32' for an Emacs frame that is a window on MS-Windows display,
227 `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display, 227 `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
228 `pc' for a direct-write MS-DOS frame, 228 `pc' for a direct-write MS-DOS frame,
229 `pgtk' for an Emacs frame running entirely in GTK. 229 `pgtk' for an Emacs frame running on pure GTK.
230See also `frame-live-p'. */) 230See also `frame-live-p'. */)
231 (Lisp_Object object) 231 (Lisp_Object object)
232{ 232{