]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid makeinfo error "@code expected braces"
authorGlenn Morris <rgm@gnu.org>
Sun, 7 Jul 2019 21:22:23 +0000 (14:22 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 7 Jul 2019 21:22:23 +0000 (14:22 -0700)
* doc/lispref/searching.texi (Rx Constructs): Fix for makeinfo 4.13.

doc/lispref/searching.texi

index f95c9bf976e8ffb7557d155bc99d150d7c2b3900..4408fc60c2453c8cc884e357a1b70583ba3d067f 100644 (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.