branch: externals/typo
commit ffcd6d1d52fe76afa76165ed3a0e21ebef94d76f
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Add more links to the introductory README paragraph
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index afcba6b0ea..f939e6510a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
Completion style using typo analysis
====================================
-Find here the source for typo.el, a completion style based on "typo
+Find here the source for typo.el, an [Emacs] [completion style] based on "typo
analysis", that is to say it adds the suggestion to complete a prompt
to the [closest string] within a bounded number of edits.
+[Emacs]:
+ https://www.gnu.org/software/emacs/
+[completion style]:
+
https://www.gnu.org/software/emacs/manual/html_node/emacs/Completion-Styles.html
[closest string]:
https://en.wikipedia.org/wiki/Levenshtein_distance