summaryrefslogtreecommitdiff
path: root/documentation/editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/editor.html')
-rw-r--r--documentation/editor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/editor.html b/documentation/editor.html
index 382f4bbf5..737afce62 100644
--- a/documentation/editor.html
+++ b/documentation/editor.html
@@ -152,7 +152,7 @@ because some of the other callbacks will set the changed status to 0,
and also because we want to show the changed status in the window's
title bar.
<H3>copy_cb()</H3>
- This callback function will call <A href=#Fl_Input.copy><TT>
+ This callback function will call <A href=Fl_Input_.html#Fl_Input_.copy><TT>
input-&gt;copy()</TT></A> to copy the currently selected text to the
clipboard:
<UL>
@@ -230,7 +230,7 @@ void find2_cb(void) {
}
</PRE>
</UL>
- If the search string cannot be found we use the <A href=#fl_alert><TT>
+ If the search string cannot be found we use the <A href="functions.html#fl_alert"><TT>
fl_alert()</TT></A> convenience function to display a message to that
effect.
<H3>new_cb()</H3>