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.
Finds the next occurrence of the specified characters. +Search forwards in buffer for characters in searchChars, starting +with the character startPos, and returning the result in foundPos +returns 1 if found, 0 if not.