vl-doc-export
(vl-doc-export 'functionName)
This function exports the specified function
to the global document namespace (where normal Lisp code is
operating);
then the function is accessible from any other
normal Lisp code and function.
see (vl-doc-import)
Arguments |
functionName name of the function to be exported (string or symbol) |
Return |
always returns T |
Example |
(vl-doc-export 'C:MyCmd)
exports "C:MyCmd" function; |
Remarks |
a) if (vl-doc-export) is
called from the global document namespace, then it does nothing and
returns T |
© Bricsys NV. All rights reserved. |