]> git.eshelyaron.com Git - emacs.git/commit
Update description of string comparison functions
authorUlrich Müller <ulm@gentoo.org>
Tue, 6 Aug 2024 16:04:46 +0000 (18:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Aug 2024 07:26:34 +0000 (09:26 +0200)
commit7f64bfac79e6431271c00f79d5f1445247e801cc
treed2c722d1faabc58ee5efdce41d94b1ebea760e29
parent7a2ada6d10983faa7edf997d3bc9875b603d399f
Update description of string comparison functions

* doc/lispref/strings.texi (Text Comparison): Swap descriptions of
'string-equal' (the function) and 'string=' (its alias).  Same for
'string-lessp' and 'string<'.  Document 'string>'.  (Bug#72486)
* doc/lispref/sequences.texi (Sequence Functions): Update cross
reference to 'string-lessp'.

(cherry picked from commit 4dc9e99349d23f6c7fc43f02d5f1e8c50f473183)
doc/lispref/sequences.texi
doc/lispref/strings.texi