diff options
| author | Eli Zaretskii | 2018-04-28 10:27:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-28 10:27:53 +0300 |
| commit | a7a3918a16c85f89d797d48b09e751ab30e0f032 (patch) | |
| tree | a48809d67e91a60cbdb622f6a4145c8081d4bb1c /etc | |
| parent | c6e6503900534d939dd94b812563c27f22c49b7d (diff) | |
| download | emacs-a7a3918a16c85f89d797d48b09e751ab30e0f032.tar.gz emacs-a7a3918a16c85f89d797d48b09e751ab30e0f032.zip | |
Fix documentation and tests for 'string-distance'
* src/fns.c (Fstring_distance): Doc fix.
* doc/lispref/strings.texi (Text Comparison): Document
'string-distance'.
* etc/NEWS: Fix wording and mark as documented in the manuals.
* test/src/fns-tests.el (test-string-distance): Move from
subr-tests.el and rename.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -534,7 +534,8 @@ manual for more details. | |||
| 534 | +++ | 534 | +++ |
| 535 | ** New function assoc-delete-all. | 535 | ** New function assoc-delete-all. |
| 536 | 536 | ||
| 537 | ** New function string-distance to calculate Levenshtein distance | 537 | +++ |
| 538 | ** New function 'string-distance' to calculate the Levenshtein distance | ||
| 538 | between two strings. | 539 | between two strings. |
| 539 | 540 | ||
| 540 | ** 'print-quoted' now defaults to t, so if you want to see | 541 | ** 'print-quoted' now defaults to t, so if you want to see |