aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Woodbury2021-05-22 18:41:42 +0900
committerYuuki Harano2021-05-22 18:41:42 +0900
commit67a4c8b5ad9ebfb3fa2c7fae433aa6b6b5e92154 (patch)
treed3b8ef3ac549056d9c87dfe33105e7aa763a5353 /src
parent1f82c85bffaaa901dc4626bf47073d1d0fb29d2d (diff)
downloademacs-67a4c8b5ad9ebfb3fa2c7fae433aa6b6b5e92154.tar.gz
emacs-67a4c8b5ad9ebfb3fa2c7fae433aa6b6b5e92154.zip
* src/frame.c (Fframep): Update framep docstring
Diffstat (limited to 'src')
-rw-r--r--src/frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 40b8d2b06c1..f8479f63f1d 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -225,7 +225,8 @@ Value is:
225 `x' for an Emacs frame that is really an X window, 225 `x' for an Emacs frame that is really an X window,
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.
229See also `frame-live-p'. */) 230See also `frame-live-p'. */)
230 (Lisp_Object object) 231 (Lisp_Object object)
231{ 232{