X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fsearching.texi;h=4f82114e8b0825a4426b34979d57ffc2aa4666ed;hb=c1fa38c050ef3bd87e784dea66eba3cdac585536;hp=fd8c2920562702a4d5f629c31f31317c3dca76b6;hpb=ee38d21b330f5001b47a577cefb5ba7b82a3b7d3;p=chise%2Fxemacs-chise.git.1 diff --git a/man/lispref/searching.texi b/man/lispref/searching.texi index fd8c292..4f82114 100644 --- a/man/lispref/searching.texi +++ b/man/lispref/searching.texi @@ -516,6 +516,19 @@ characters that stand for them. @item \S@var{code} @cindex @samp{\S} in regexp matches any character whose syntax is not @var{code}. + +@item \c@var{category} +@cindex @samp{\c} in regexp +matches any character in @var{category}. Only available under Mule, +categories, and category tables, are further described in @ref{Category +Tables}. They are a mechanism for constructing classes of characters +that can be local to a buffer, and that do not require complicated [] +expressions every time they are referenced. + +@item \C@var{category} +@cindex @samp{\C} in regexp +matches any character outside @var{category}. @xref{Category Tables}, +again, and note that this is only available under Mule. @end table The following regular expression constructs match the empty string---that is,