Mercurial > emacs
diff mac/src/macterm.c @ 42674:19880a4faa73
Fix typo.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Sat, 12 Jan 2002 15:58:30 +0000 |
| parents | d5baaa7df054 |
| children | 72426b522a74 |
line wrap: on
line diff
--- a/mac/src/macterm.c Sat Jan 12 13:28:48 2002 +0000 +++ b/mac/src/macterm.c Sat Jan 12 15:58:30 2002 +0000 @@ -2145,9 +2145,9 @@ 4. `:height HEIGHT' specifies that the height of the stretch produced should be HEIGHT, measured in canonical character units. - 5. `:relative-height FACTOR' specifies that the height of the the - stretch should be FACTOR times the height of the characters having - the glyph property. + 5. `:relative-height FACTOR' specifies that the height of the stretch + should be FACTOR times the height of the characters having the glyph + property. Either none or exactly one of 4 or 5 must be present. @@ -11737,7 +11737,7 @@ #endif /* These few functions implement Emacs as a normal Mac application - (almost): set up the the heap and the Toolbox, handle necessary + (almost): set up the heap and the Toolbox, handle necessary system events plus a few simple menu events. They also set up Emacs's access to functions defined in the rest of this file. Emacs uses function hooks to perform all its terminal I/O. A
