X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fstrings.texi;h=d9d00a00b16f077bdf66fcfaedc5bc81656603d1;hb=a92fd34d4e19af388237a0913a5c30ddbcfdde7a;hp=94b49a0ab6edd4714f6426e845a00789d09d3386;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/strings.texi b/man/lispref/strings.texi index 94b49a0..d9d00a0 100644 --- a/man/lispref/strings.texi +++ b/man/lispref/strings.texi @@ -610,14 +610,14 @@ This function returns the tick counter for @samp{string}. @cindex string properties @cindex properties of strings -Similar to symbols, extents, faces, and glyphs, you can attach +Just as with symbols, extents, faces, and glyphs, you can attach additional information to strings in the form of @dfn{string properties}. These differ from text properties, which are logically attached to particular characters in the string. To attach a property to a string, use @code{put}. To retrieve a property from a string, use @code{get}. You can also use @code{remprop} to remove -a property from a string and @code{object-props} to retrieve a list of +a property from a string and @code{object-plist} to retrieve a list of all the properties in a string. @node Formatting Strings