From b5bfb819285b333db7bcce1ffcf90f928f39dda7 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 1 Jul 2014 19:53:05 -0700 Subject: [PATCH] minor doc update --- Readme.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 | -- 2.30.2