Stefan Reich�r <[EMAIL PROTECTED]> writes: > Another question: is it possible in lua to add a function comment? > This comment could be shown, when describe-key is invoked. > It would be nice to see a self-documenting ion with an emacs-like help system.
I don't know if there are some primitives to do this in lua, but this can easyly be implemented with a table (function -> docstring). -- Matthieu
