branch: elpa/subed
commit 9aacbfd39c5a14c92caa3c7e930448cc0d5b1daf
Author: Sacha Chua <[email protected]>
Commit: Sacha Chua <[email protected]>
Autoload subed-word-data-compare-normalized-string-distance
* subed/subed-word-data.el: Autoload
subed-word-data-compare-normalized-string-distance,
it's useful.
---
subed/subed-word-data.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/subed/subed-word-data.el b/subed/subed-word-data.el
index 377d36f162..24a5b71046 100644
--- a/subed/subed-word-data.el
+++ b/subed/subed-word-data.el
@@ -267,6 +267,7 @@ For now, only JSON or SRV2 files are supported."
(defvar subed-word-data-compare-normalized-string-distance-threshold 0.2
"Factor used for similarity comparison.")
+;;;###autoload
(defun subed-word-data-compare-normalized-string-distance (word1 word2)
"Compare two words and return t if they are similar enough after
normalization.
See `subed-word-data-compare-normalized-string-distance-threshold'."