summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Text_Buffer.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/Fl_Text_Buffer.html b/documentation/Fl_Text_Buffer.html
index 5fe02c47c..20edfc5fa 100644
--- a/documentation/Fl_Text_Buffer.html
+++ b/documentation/Fl_Text_Buffer.html
@@ -203,6 +203,9 @@ other control characters are given special treatment.
<H4><A NAME="Fl_Text_Buffer.findchars_forward">int findchars_forward(int startPos, const char* searchChars, int* foundPos);</A></H4>
<P>Finds the next occurrence of the specified characters.
+Search forwards in buffer for characters in <i>searchChars</i>, starting
+with the character <i>startPos</i>, and returning the result in <i>foundPos</i>
+returns 1 if found, 0 if not.
<H4><A NAME="Fl_Text_Buffer.highlight">void highlight(int start, int end);</A></H4>