KeywordInContextIndexBuilder.st
changeset 5224 2e6d0898b080
parent 5223 94415e3adba0
--- a/KeywordInContextIndexBuilder.st	Sat Oct 12 15:04:37 2019 +0200
+++ b/KeywordInContextIndexBuilder.st	Sat Oct 12 17:21:10 2019 +0200
@@ -314,6 +314,7 @@
         'etc' 'for' 'lot' 'lots' 'made' 'may' 'most' 'mostly' 'much'
         'use' 'this' 'that' 'which' 'what' 'why'
         'or' 'other' 'please'
+        'vs' 'via'
     ).
 !
 
@@ -471,7 +472,7 @@
     "evaluate the argument, for each entry.
      If it is a 4-arg block, it is called with:
         kwic-word, 
-        left-text, 
+        left text, 
         right text 
         and reference
      If it is a 5-arg block, the original text is passed as additional argument.