diff options
| -rw-r--r-- | lispref/searching.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi index e93cee42a3b..e730d3b29ec 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi | |||
| @@ -27,7 +27,8 @@ portions of it. | |||
| 27 | @end menu | 27 | @end menu |
| 28 | 28 | ||
| 29 | The @samp{skip-chars@dots{}} functions also perform a kind of searching. | 29 | The @samp{skip-chars@dots{}} functions also perform a kind of searching. |
| 30 | @xref{Skipping Characters}. | 30 | @xref{Skipping Characters}. To search for changes in character |
| 31 | properties, see @ref{Property Search}. | ||
| 31 | 32 | ||
| 32 | @node String Search | 33 | @node String Search |
| 33 | @section Searching for Strings | 34 | @section Searching for Strings |