summaryrefslogtreecommitdiff
path: root/documentation/editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/editor.html')
-rw-r--r--documentation/editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/editor.html b/documentation/editor.html
index 8da7c9a5c..b76dd81af 100644
--- a/documentation/editor.html
+++ b/documentation/editor.html
@@ -186,7 +186,7 @@ void delete_cb(void) {
</PRE>
</UL>
<H3>find_cb()</H3>
- This callback function asks for a search string using the <A href=functions.html#fl_input>
+ This callback function asks for a search string using the <A href=functions.html#fl_input2>
<TT>fl_input()</TT></A> convenience function and then calls the <TT>
find2_cb()</TT> function to find the string:
<UL>