diff options
| author | Adrian Robert | 2008-07-16 23:24:46 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-16 23:24:46 +0000 |
| commit | 122e9f8f29a92b6038b65a3b4f6ef31ad96e2cd5 (patch) | |
| tree | 29e83f0a25f866bd8b885a5a811360dcf0eeeb87 /src/frame.c | |
| parent | cf7238adf9f3bcddb60d422c470b58605a1b8bad (diff) | |
| download | emacs-122e9f8f29a92b6038b65a3b4f6ef31ad96e2cd5.tar.gz emacs-122e9f8f29a92b6038b65a3b4f6ef31ad96e2cd5.zip | |
various small cleanups detailed in changelogs
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index d297501343b..88cabc2ac80 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -206,7 +206,7 @@ DEFUN ("framep", Fframep, Sframep, 1, 1, 0, | |||
| 206 | Value is t for a termcap frame (a character-only terminal), | 206 | Value is t for a termcap frame (a character-only terminal), |
| 207 | `x' for an Emacs frame that is really an X window, | 207 | `x' for an Emacs frame that is really an X window, |
| 208 | `w32' for an Emacs frame that is a window on MS-Windows display, | 208 | `w32' for an Emacs frame that is a window on MS-Windows display, |
| 209 | `mac' for an Emacs frame on a Macintosh 8/9 X-Carbon display, | 209 | `mac' for an Emacs frame on a Macintosh Carbon display, |
| 210 | `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display, | 210 | `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display, |
| 211 | `pc' for a direct-write MS-DOS frame. | 211 | `pc' for a direct-write MS-DOS frame. |
| 212 | See also `frame-live-p'. */) | 212 | See also `frame-live-p'. */) |