From: Pavel Janík Date: Wed, 31 Oct 2001 10:33:29 +0000 (+0000) Subject: Fix typos in comments. X-Git-Tag: ttn-vms-21-2-B4~18965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48400103d7b5b6afe660a30e25f82c097a856696;p=emacs.git Fix typos in comments. --- diff --git a/src/ChangeLog b/src/ChangeLog index cb08a806bb5..1e8d9d2e171 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Pavel Jan,Bm(Bk + + * xdisp.c: Fix typos in comments. + 2001-10-31 Gerd Moellmann * window.c (grow_mini_window): Handle case that the root diff --git a/src/xdisp.c b/src/xdisp.c index bc77c483d7b..63a94691875 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ you as part of the interpreter's command loop or as the result of calling Lisp functions like `sit-for'. The C function `redisplay' in xdisp.c is the only entry into the inner redisplay code. (Or, - let's say almost---see the the description of direct update + let's say almost---see the description of direct update operations, below.). The following diagram shows how redisplay code is invoked. As you @@ -88,7 +88,7 @@ Boston, MA 02111-1307, USA. */ Direct operations. - You will find a lot of of redisplay optimizations when you start + You will find a lot of redisplay optimizations when you start looking at the innards of redisplay. The overall goal of all these optimizations is to make redisplay fast because it is done frequently. @@ -123,7 +123,7 @@ Boston, MA 02111-1307, USA. */ interface functions taking a iterator structure (struct it) argument. - Iteration over things to be be displayed is then simple. It is + Iteration over things to be displayed is then simple. It is started by initializing an iterator with a call to init_iterator. Calls to get_next_display_element fill the iterator structure with relevant information about the next thing to display. Calls to