Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29d3b93

Browse files
committed
Remove the commented-out warning at the top. It shouldn't be there
for the 1.5 release version of the file.
1 parent 43c9350 commit 29d3b93

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

Doc/lib/libre.tex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ \section{Built-in Module \sectcode{re}}
33

44
\bimodindex{re}
55

6-
% XXX Remove before 1.5final release.
7-
%{\large\bf This documentation is preliminary and incomplete. If you
8-
%find a bug or documentation error, or just find something unclear,
9-
%please send a message to
10-
%\code{[email protected]}, and we'll fix it.}
11-
126
This module provides regular expression matching operations similar to
137
those found in Perl. It's 8-bit clean: both patterns and strings may
148
contain null bytes and characters whose high bit is set. It is always

Doc/libre.tex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ \section{Built-in Module \sectcode{re}}
33

44
\bimodindex{re}
55

6-
% XXX Remove before 1.5final release.
7-
%{\large\bf This documentation is preliminary and incomplete. If you
8-
%find a bug or documentation error, or just find something unclear,
9-
%please send a message to
10-
%\code{[email protected]}, and we'll fix it.}
11-
126
This module provides regular expression matching operations similar to
137
those found in Perl. It's 8-bit clean: both patterns and strings may
148
contain null bytes and characters whose high bit is set. It is always

0 commit comments

Comments
 (0)