help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [patch] remove unnecessary manual hyphenations in kerne


From: Lee Duhem
Subject: [Help-smalltalk] [patch] remove unnecessary manual hyphenations in kernel
Date: Wed, 2 Sep 2009 23:47:44 +0800

In comments of kernel/*.st, there are some unnecessary manual hyphenations,
for example:

        ... re-
        start ...

this is OK in the comment, but in the generated (pdf) document, this probably
become

        ... re- start ...

definitely wrong, so I remove all the unnecessary manual hyphenations which
I can find, here is the patch.

lee

ChangeLog:

2009-09-02  Lee Duhem  <address@hidden>

        * kernel/ArrayColl.st: Remove unnecessary manual hyphenations.
        * kernel/Behavior.st: Ditto.
        * kernel/BlkClosure.st: Ditto.
        * kernel/CharArray.st: Ditto.
        * kernel/Object.st: Ditto.
        * kernel/RunArray.st: Ditto.
        * kernel/SeqCollect.st: Ditto.
        * kernel/ValueAdapt.st: Ditto.

Attachment: kernel.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]