minor doc update
authorIan Kelling <ian@iankelling.org>
Wed, 2 Jul 2014 03:41:29 +0000 (20:41 -0700)
committerIan Kelling <ian@iankelling.org>
Wed, 2 Jul 2014 03:41:29 +0000 (20:41 -0700)
Readme.org

index e9cee428f87cf50a99cf34b9f0128abbf46ad983..c65798deb9a813cf0c7012ff35c5bae8ec5b19fa 100644 (file)
@@ -99,7 +99,7 @@ You may customize spray by modifying following items:
 ** Algorithm details
 
 *** Main algorithm code location
-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.
+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