diff options
| author | Pavel Janík | 2002-01-12 15:58:30 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-12 15:58:30 +0000 |
| commit | 8c1cc9e8a6a7106c2aae52ec5d95034e7c946981 (patch) | |
| tree | 76bd11eba414adb44ccb0a0fb76c533c358746be /mac/src | |
| parent | ef59dd3bb89839f8480e2c5eb91edc6c55bebad8 (diff) | |
| download | emacs-8c1cc9e8a6a7106c2aae52ec5d95034e7c946981.tar.gz emacs-8c1cc9e8a6a7106c2aae52ec5d95034e7c946981.zip | |
Fix typo.
Diffstat (limited to 'mac/src')
| -rw-r--r-- | mac/src/macterm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/src/macterm.c b/mac/src/macterm.c index d8af2e80403..4893a551f8f 100644 --- a/mac/src/macterm.c +++ b/mac/src/macterm.c | |||
| @@ -2145,9 +2145,9 @@ x_append_stretch_glyph (it, object, width, height, ascent) | |||
| 2145 | 4. `:height HEIGHT' specifies that the height of the stretch produced | 2145 | 4. `:height HEIGHT' specifies that the height of the stretch produced |
| 2146 | should be HEIGHT, measured in canonical character units. | 2146 | should be HEIGHT, measured in canonical character units. |
| 2147 | 2147 | ||
| 2148 | 5. `:relative-height FACTOR' specifies that the height of the the | 2148 | 5. `:relative-height FACTOR' specifies that the height of the stretch |
| 2149 | stretch should be FACTOR times the height of the characters having | 2149 | should be FACTOR times the height of the characters having the glyph |
| 2150 | the glyph property. | 2150 | property. |
| 2151 | 2151 | ||
| 2152 | Either none or exactly one of 4 or 5 must be present. | 2152 | Either none or exactly one of 4 or 5 must be present. |
| 2153 | 2153 | ||
| @@ -11737,7 +11737,7 @@ profiler_exit_proc () | |||
| 11737 | #endif | 11737 | #endif |
| 11738 | 11738 | ||
| 11739 | /* These few functions implement Emacs as a normal Mac application | 11739 | /* These few functions implement Emacs as a normal Mac application |
| 11740 | (almost): set up the the heap and the Toolbox, handle necessary | 11740 | (almost): set up the heap and the Toolbox, handle necessary |
| 11741 | system events plus a few simple menu events. They also set up | 11741 | system events plus a few simple menu events. They also set up |
| 11742 | Emacs's access to functions defined in the rest of this file. | 11742 | Emacs's access to functions defined in the rest of this file. |
| 11743 | Emacs uses function hooks to perform all its terminal I/O. A | 11743 | Emacs uses function hooks to perform all its terminal I/O. A |