summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-09-24 20:34:00 +0000
committerRichard M. Stallman <rms@gnu.org>2006-09-24 20:34:00 +0000
commit2f680b2069bbf215e2bfcf7d7070a8b9b2c70338 (patch)
treedb1cf89d7c3a34d371b75e114843fecc032458a3
parent823fb6e2f3025ee60ec9ba3a6da397f302b3ec1f (diff)
(Searching and Matching): Mention property search.
-rw-r--r--lispref/searching.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi
index e93cee42a3..e730d3b29e 100644
--- a/lispref/searching.texi
+++ b/lispref/searching.texi
@@ -27,7 +27,8 @@ portions of it.
@end menu
The @samp{skip-chars@dots{}} functions also perform a kind of searching.
-@xref{Skipping Characters}.
+@xref{Skipping Characters}. To search for changes in character
+properties, see @ref{Property Search}.
@node String Search
@section Searching for Strings