diff lispref/searching.texi @ 16736:981e116b4ac6

Minor cleanups for overfull hboxes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 20 Dec 1996 00:09:23 +0000
parents 6bf9976041ca
children aa0b21b54684
line wrap: on
line diff
--- a/lispref/searching.texi	Fri Dec 20 00:01:41 1996 +0000
+++ b/lispref/searching.texi	Fri Dec 20 00:09:23 1996 +0000
@@ -370,8 +370,9 @@
 
 @enumerate
 @item
-To enclose a set of @samp{\|} alternatives for other operations.
-Thus, @samp{\(foo\|bar\)x} matches either @samp{foox} or @samp{barx}.
+To enclose a set of @samp{\|} alternatives for other operations.  Thus,
+the regular expression @samp{\(foo\|bar\)x} matches either @samp{foox}
+or @samp{barx}.
 
 @item
 To enclose an expression for a suffix operator such as @samp{*} to act