diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 1a090ebe101..83c154938cd 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -1021,8 +1021,8 @@ or, using shorter synonyms and written more compactly, @example @group (rx "/*" - (* (| (not (any "*")) - (: "*" (not (any "/"))))) + (* (| (not "*") + (: "*" (not "/")))) (+ "*") "/") @end group @end example