TEditor 80% complete
[fanfix.git] / src / jexer / teditor / Word.java
index d9b3417c8eda196f222eea813e91f6158f778ebd..d4532bbfa2d720ead178d4a2efdabc35989c104a 100644 (file)
@@ -165,7 +165,8 @@ public class Word {
      * Add a character to this word.  If this is a whitespace character
      * adding to a non-whitespace word, create a new word and return that;
      * similarly if this a non-whitespace character adding to a whitespace
-     * word, create a new word and return that.
+     * word, create a new word and return that.  Note package private access:
+     * this is only called by Line to figure out highlighting boundaries.
      *
      * @param ch the new character to add
      * @return either this word (if it was added), or a new word that