diff options
Diffstat (limited to 'doc/lispref/strings.texi')
-rw-r--r-- | doc/lispref/strings.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index b2fe60c93cc..ac11dd9880f 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -343,7 +343,7 @@ three previous examples are rarely relevant: @end example Somewhat odd, but predictable, behavior can occur for certain -non-greedy values of @var{separators} that can prefer empty +``non-greedy'' values of @var{separators} that can prefer empty matches over non-empty matches. Again, such values rarely occur in practice: |