(Sorry for the previous mail, it was incorrectly sent.) Hi,
I'm trying to create a function to define functions with a documentation
string like emacs "defun". I'm trying something like this:
(de defun P
(def (car P) ...
So the car of P is de function name, but it doesn't works as expected.
The use of the function, ideally should be like:
(defun thefunc (a b c)
"This is the help text I will add to a global list of function
names/documentation strings"
(prog ...
--
Manuel
--
Manuel
