mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Improve documentation of text properties for strings
* doc/lispref/strings.texi (Modifying Strings): Add cross-reference. (Bug#81432)
This commit is contained in:
parent
30539fe149
commit
633a998bcf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue