From: Ian Kelling Date: Wed, 2 Jul 2014 02:53:05 +0000 (-0700) Subject: minor doc update X-Git-Url: https://iankelling.org/git/?p=spray;a=commitdiff_plain;h=b5bfb819285b333db7bcce1ffcf90f928f39dda7 minor doc update --- diff --git a/Readme.org b/Readme.org index f99e92a..a66cbd2 100644 --- a/Readme.org +++ b/Readme.org @@ -109,9 +109,9 @@ The functions =spray--word-at-point=, =spray--update= and =spray-start= contain *** Algorithm translated from code to english -words are split at space, tab and newline characters, and if any of the characters =.!?;= appear in a word, a blank word is appended to the current word +Words are split at space, tab and newline characters, and if any of the characters =.!?;= appear in a word, a blank word is appended to the current word. -each word is displayed for (60 / the choosen wpm) seconds, except if the word contains any of =:,= or is greater than 9 characters long, in which case it is displayed for twice as long +Each word is displayed for (60 / the choosen wpm) seconds, except if the word contains any of =:,= or is greater than 9 characters long, in which case it is displayed for twice as long. The accent location is chosen as the nth character in a word, depending on its length, based on the following table | length | accent position |