apropos command



Try defining apropos by

(defun $apropos (s)
   (cons '(mlist) (apropos-list s "MAXIMA")))

It works for me.

BLW