X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=Readme.org;h=c65798deb9a813cf0c7012ff35c5bae8ec5b19fa;hb=ed423745e56135be7330c1020c248da1af30f945;hp=dcdf47ebc20d80b423e96f9d6617a36cc127e9d5;hpb=a07d2e2ea239d6d1c7f44a221972a07ef4e14a6d;p=spray diff --git a/Readme.org b/Readme.org index dcdf47e..c65798d 100644 --- a/Readme.org +++ b/Readme.org @@ -98,9 +98,8 @@ You may customize spray by modifying following items: ** Algorithm details -*** Algorithm code location -This project's implementation is located in ./spray.el -The functions =spray--word-at-point=, =spray--update= and =spray-start= contain the main of the algorithm. Word splitting is also duplicated the same way as in those functions throughout ./spray.el. +*** Main algorithm code location +In =./spray.el=, the functions =spray--word-at-point=, =spray--update= and =spray-start= contain the main algorithm of choosing a word, an accent character and an interval to display it. Word splitting is also duplicated the same way as in those functions throughout ./spray.el. *** Algorithm translated from code to english