diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-26 18:52:23 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-26 18:52:23 +0200 |
commit | 85d77e2da40cf5d7261a33aee0f67e53c5629776 (patch) | |
tree | ab442166fffbccd9195b0056aadfb9682606c9cc /doc/en/dev | |
parent | 74d9459cfb4bedb4b75f46d311f51fc8955e1bf9 (diff) | |
download | poezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.tar.gz poezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.tar.bz2 poezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.tar.xz poezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.zip |
-an
Diffstat (limited to 'doc/en/dev')
-rw-r--r-- | doc/en/dev/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/dev/overview.txt b/doc/en/dev/overview.txt index ad8f63bf..7f9f9445 100644 --- a/doc/en/dev/overview.txt +++ b/doc/en/dev/overview.txt @@ -57,7 +57,7 @@ will in turn, add the message to the buffer, which will then add it to the relevant _windows_. NOTE: All the _windows_ that deal with received or generated text are linked -to a _text_buffer_, in order to rebuild all the display lines from an the +to a _text_buffer_, in order to rebuild all the display lines from the sources if necessary. This also enables us to have several _windows_ presenting the same text, even if they are not of the same size and layout. |