diff --git a/documentation/Fl_Check_Browser.html b/documentation/Fl_Check_Browser.html
index 4de53e4f3..df14ee0d8 100644
--- a/documentation/Fl_Check_Browser.html
+++ b/documentation/Fl_Check_Browser.html
@@ -45,6 +45,7 @@ lines that may be selected and/or checked by the user.
+- remove
- set_checked
- text
- value
@@ -86,6 +87,10 @@ Returns how many items are currently checked.
Returns how many lines are in the browser. The last line number is equal to
this.
+
+Remove line n and make the browser one line shorter. Returns the
+number of lines left in the browser.
+
Equivalent to Fl_Check_Browser::checked(item, 1).
|