; Improve documentation of text properties for strings

* doc/lispref/strings.texi (Modifying Strings): Add cross-reference.
(Bug#81432)
This commit is contained in:
Eli Zaretskii 2026-07-25 10:59:47 +03:00
parent 30539fe149
commit 633a998bcf

View file

@ -444,6 +444,9 @@ characters, and removes all text properties. It may also change
@var{string}'s length.
@end defun
To modify the text properties of a string, use the functions described
in @ref{Changing Properties}.
@need 2000
@node Text Comparison
@section Comparison of Characters and Strings