From: Karl Heuer Date: Thu, 3 Mar 1994 21:28:36 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-19.34~9669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74cc295951e81ce474d4c13f4fe99305e27e20de;p=emacs.git Fix typo in comment. --- 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 These should probably be considered read-only by everyone except FRAME_SAMPLE_VISIBILITY. - This two are mutually exclusive. They might both be zero, if the + These two are mutually exclusive. They might both be zero, if the frame has been made invisible without an icon. */ char visible, iconified;