]> git.cworth.org Git - sup/blobdiff - lib/sup/index.rb
remove out-of-date comments about the hook system
[sup] / lib / sup / index.rb
index 9c985d98588739d2ecc5b1856cdfc5389df39f9c..20fc906d67cabce2af629d44b0b845fa2cf18629 100644 (file)
@@ -28,10 +28,7 @@ class Index
 Executes before a string search is applied to the index,
 returning a new search string.
 Variables:
-  subs: The string being searched. Be careful about shadowing:
-    this variable is actually a method, so use a temporary variable
-    or explicitly call self.subs; the substitutions in index.rb
-    don't actually work.
+  subs: The string being searched.
 EOS
 
   ## these two accessors should ONLY be used by single-threaded programs.