]> code.delx.au - gnu-emacs/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Mon, 24 Dec 2001 12:17:55 +0000 (12:17 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 24 Dec 2001 12:17:55 +0000 (12:17 +0000)
src/ChangeLog
src/xdisp.c

index d872cd03239002920637d041177cca6922e6dae5..0c9e50ae65ddc82a284175ac15d0e0543cb15192 100644 (file)
        in macros.
 
        * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
-       casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
-       composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
-       eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
-       indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
-       minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
-       sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
-       w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
-       xfaces.c, xmenu.c, xselect.c : Update usage of CHECK_ macros
+       casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
+       composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
+       eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
+       indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
+       minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
+       sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
+       w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
+       * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
        (remove unused second argument).
 
 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
index 320075ba49d9bc31846f0ce307a771efe94d38bc..f64e3eeabf520ac364852a8cbf22f4092313767f 100644 (file)
@@ -1625,7 +1625,7 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id)
          it->continuation_pixel_width = it->pixel_width;
        }
 
-      /* Reset these values to zero becaue the produce_special_glyphs
+      /* Reset these values to zero because the produce_special_glyphs
         above has changed them.  */
       it->pixel_width = it->ascent = it->descent = 0;
       it->phys_ascent = it->phys_descent = 0;