]> git.eshelyaron.com Git - emacs.git/commit
Fix documentation and tests for 'string-distance'
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Apr 2018 07:27:53 +0000 (10:27 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Apr 2018 07:27:53 +0000 (10:27 +0300)
commita7a3918a16c85f89d797d48b09e751ab30e0f032
treea48809d67e91a60cbdb622f6a4145c8081d4bb1c
parentc6e6503900534d939dd94b812563c27f22c49b7d
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.
doc/lispref/strings.texi
etc/NEWS
src/fns.c
test/lisp/subr-tests.el
test/src/fns-tests.el