diff options
author | Glenn Morris <rgm@gnu.org> | 2019-07-07 14:22:23 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-07-07 14:22:23 -0700 |
commit | 736d5927abfb6bae218cf5612c287b1a1f77b4a5 (patch) | |
tree | 0660c01159478913ea66e99658cb80332abfff98 /doc/lispref | |
parent | 1b6e9423b4bdaba04fa2779f7afc420ffe4d7e04 (diff) | |
download | emacs-736d5927abfb6bae218cf5612c287b1a1f77b4a5.tar.gz |
Avoid makeinfo error "@code expected braces"
* doc/lispref/searching.texi (Rx Constructs): Fix for makeinfo 4.13.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/searching.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index f95c9bf976e..4408fc60c24 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -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. |