From 4076abdff116b5b79344b97d21457bc7cbb8d41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 27 Jan 2014 11:42:47 +0100 Subject: Update the note for -on_load() We can't recommend -on_load() for general use. --- system/doc/reference_manual/code_loading.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'system') diff --git a/system/doc/reference_manual/code_loading.xml b/system/doc/reference_manual/code_loading.xml index 10022a5d33..23871dfa83 100644 --- a/system/doc/reference_manual/code_loading.xml +++ b/system/doc/reference_manual/code_loading.xml @@ -121,10 +121,9 @@ loop() -> Running a function when a module is loaded -

This section describes an experimental feature that was - introduced in R13B03, and changed in a backwards-incompatible - way in R13B04. There may be more backward-incompatible changes - in future releases.

+

We recommend that the feature described in this section is to + be used only for loading NIF libraries. For other usages this + feature should be considered experimental.

The -on_load() directive names a function that should -- cgit v1.2.3