vl-doc-set


(vl-doc-set  'myVarX)

This function exports the specified Lisp symbol / variable to the global document namespace.

see (vl-doc-ref)

Arguments

myVarX  (string or symbol)  name of a Lisp symbol to be exported to the global document namespace

Return

the value of the specified Lisp symbol myVarX

Example

(vl-doc-set 'localVlxSymbol)  exports the value of "'localVlxSymbol" to the document namespace

Remarks

if (vl-doc-set) is called from the global document namespace, it does nothing and returns the value of the specified Lisp symbol myVarX



©  Bricsys NV. All rights reserved.