]> code.delx.au - gnu-emacs/commit
Fix documentation of 'assoc-string' and 'compare-strings'
authorEli Zaretskii <eliz@gnu.org>
Thu, 23 Jun 2016 15:09:14 +0000 (18:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 Jun 2016 15:09:14 +0000 (18:09 +0300)
commit4395aaacd4195d3a5cca9df66cfea13380414a37
tree16a3f2a305277c4fd05d9c076e4218ed6fada0bc
parentab0ebb93a9c69f4a0cc475ed899f8cabb64852c0
Fix documentation of 'assoc-string' and 'compare-strings'

* src/minibuf.c (Fassoc_string): Clarify how CASE-FOLD affects the
string comparison.  (Bug#23833)
* src/fns.c (Fcompare_strings): Fix the description of how
IGNORE-CASE affects the comparison.

* doc/lispref/strings.texi (Text Comparison): Clarify how
CASE-FOLD affects the string comparison in 'assoc-string'.  Fix
the description of how IGNORE-CASE affects the comparison in
'compare-strings'.
doc/lispref/strings.texi
src/fns.c
src/minibuf.c