diff options
| author | Karl Heuer | 1994-03-03 21:28:36 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-03 21:28:36 +0000 |
| commit | 74cc295951e81ce474d4c13f4fe99305e27e20de (patch) | |
| tree | 6c6eb99cc85e7591890d7c322dfe83ee043a9d4d /src | |
| parent | e5ccf0c17e403f3a8cbf8968febf904245043526 (diff) | |
| download | emacs-74cc295951e81ce474d4c13f4fe99305e27e20de.tar.gz emacs-74cc295951e81ce474d4c13f4fe99305e27e20de.zip | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 9f6f2506572..364d8ffdf95 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -178,7 +178,7 @@ struct frame | |||
| 178 | These should probably be considered read-only by everyone except | 178 | These should probably be considered read-only by everyone except |
| 179 | FRAME_SAMPLE_VISIBILITY. | 179 | FRAME_SAMPLE_VISIBILITY. |
| 180 | 180 | ||
| 181 | This two are mutually exclusive. They might both be zero, if the | 181 | These two are mutually exclusive. They might both be zero, if the |
| 182 | frame has been made invisible without an icon. */ | 182 | frame has been made invisible without an icon. */ |
| 183 | char visible, iconified; | 183 | char visible, iconified; |
| 184 | 184 | ||