1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 06:21:02 -08:00

src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment.

This commit is contained in:
Eli Zaretskii 2014-07-27 09:32:56 +03:00
parent 85bc77b270
commit fa080fa705

View file

@ -1639,7 +1639,7 @@ allocate_matrices_for_frame_redisplay (Lisp_Object window, int x, int y,
/* Actually change matrices, if allowed. Do not consider
CHANGED_LEAF_MATRIX computed above here because the pool
may have been changed which we don't now here. We trust
may have been changed which we don't know here. We trust
that we only will be called with DIM_ONLY_P when
necessary. */
if (!dim_only_p)