]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/searching.texi: Remove reference to Posix. (Bug#58992)
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2022 14:02:48 +0000 (16:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2022 14:02:48 +0000 (16:02 +0200)
doc/lispref/searching.texi

index 3365c0c9042857efddef2e59c31e27d5a1ec8a7e..087505ad2460504df12cc21dbdfd249462c58394 100644 (file)
@@ -395,13 +395,12 @@ range should not be the starting point of another one; for example,
 @samp{[a-m-z]} should be avoided.
 
 A character alternative can also specify named character classes
-(@pxref{Char Classes}).  This is a POSIX feature.  For example,
-@samp{[[:ascii:]]} matches any @acronym{ASCII} character.
-Using a character class is equivalent to mentioning each of the
-characters in that class; but the latter is not feasible in practice,
-since some classes include thousands of different characters.
-A character class should not appear as the lower or upper bound
-of a range.
+(@pxref{Char Classes}).  For example, @samp{[[:ascii:]]} matches any
+@acronym{ASCII} character.  Using a character class is equivalent to
+mentioning each of the characters in that class; but the latter is not
+feasible in practice, since some classes include thousands of
+different characters.  A character class should not appear as the
+lower or upper bound of a range.
 
 The usual regexp special characters are not special inside a
 character alternative.  A completely different set of characters is