Avoid makeinfo error "@code expected braces"

* doc/lispref/searching.texi (Rx Constructs): Fix for makeinfo 4.13.
This commit is contained in:
Glenn Morris 2019-07-07 14:22:23 -07:00
parent 1b6e9423b4
commit 736d5927ab

View file

@ -1320,7 +1320,7 @@ For details, @pxref{Syntax Class Table}. Please note that
@code{punctuation}.@*
Corresponding string regexp: @samp{\s@var{code}}
@item @code {(category @var{category})}
@item @code{(category @var{category})}
@cindex @code{category} in rx
Match a character in category @var{category}, which is either one of
the names below or its category character.