summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-12 15:58:30 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-12 15:58:30 +0000
commit836310f61278c2e99a8b620b9c2bb5217f62dcb0 (patch)
treeb5f4f3d61ee6de30cb8abe0746865e40cc1fbd6a /mac
parent02ec0d4bfef515d2d5ae302a55e330facf1f1676 (diff)
downloademacs-836310f61278c2e99a8b620b9c2bb5217f62dcb0.tar.gz
Fix typo.
Diffstat (limited to 'mac')
-rw-r--r--mac/src/macterm.c8
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)
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 @@ profiler_exit_proc ()
#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