diff options
| author | Colin Woodbury | 2021-05-22 18:41:42 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-05-22 18:41:42 +0900 |
| commit | 67a4c8b5ad9ebfb3fa2c7fae433aa6b6b5e92154 (patch) | |
| tree | d3b8ef3ac549056d9c87dfe33105e7aa763a5353 | |
| parent | 1f82c85bffaaa901dc4626bf47073d1d0fb29d2d (diff) | |
| download | emacs-67a4c8b5ad9ebfb3fa2c7fae433aa6b6b5e92154.tar.gz emacs-67a4c8b5ad9ebfb3fa2c7fae433aa6b6b5e92154.zip | |
* src/frame.c (Fframep): Update framep docstring
| -rw-r--r-- | src/frame.c | 3 |
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. | ||
| 229 | See also `frame-live-p'. */) | 230 | See also `frame-live-p'. */) |
| 230 | (Lisp_Object object) | 231 | (Lisp_Object object) |
| 231 | { | 232 | { |