; * src/xdisp.c: Fix wording in commentary.
This commit is contained in:
parent
3af27a4b81
commit
4bd8e8c6d2
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
At its highest level, redisplay can be divided into 3 distinct
|
At its highest level, redisplay can be divided into 3 distinct
|
||||||
steps, all of which are visible in `redisplay_internal':
|
steps, all of which are visible in `redisplay_internal':
|
||||||
|
|
||||||
. decide which windows on which frames need their windows
|
. decide which frames need their windows to be considered for redisplay
|
||||||
considered for redisplay
|
|
||||||
. for each window whose display might need to be updated, compute
|
. for each window whose display might need to be updated, compute
|
||||||
a structure, called "glyph matrix", which describes how it
|
a structure, called "glyph matrix", which describes how it
|
||||||
should look on display
|
should look on display
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue