diff options
| author | Eli Zaretskii | 2014-07-27 09:32:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-27 09:32:56 +0300 |
| commit | fa080fa7053956d20f0f25ed243760062fa83b22 (patch) | |
| tree | 9473bfd40635f8df83af03c8266b961cd6fd1fcf /src | |
| parent | 85bc77b27048dd3d38deedd9f1466523f70237b7 (diff) | |
| download | emacs-fa080fa7053956d20f0f25ed243760062fa83b22.tar.gz emacs-fa080fa7053956d20f0f25ed243760062fa83b22.zip | |
src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 2d137b4abbd..7be4e0b4615 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1639,7 +1639,7 @@ allocate_matrices_for_frame_redisplay (Lisp_Object window, int x, int y, | |||
| 1639 | 1639 | ||
| 1640 | /* Actually change matrices, if allowed. Do not consider | 1640 | /* Actually change matrices, if allowed. Do not consider |
| 1641 | CHANGED_LEAF_MATRIX computed above here because the pool | 1641 | CHANGED_LEAF_MATRIX computed above here because the pool |
| 1642 | may have been changed which we don't now here. We trust | 1642 | may have been changed which we don't know here. We trust |
| 1643 | that we only will be called with DIM_ONLY_P when | 1643 | that we only will be called with DIM_ONLY_P when |
| 1644 | necessary. */ | 1644 | necessary. */ |
| 1645 | if (!dim_only_p) | 1645 | if (!dim_only_p) |