Restructure help outputs and support (partially) wxmaxima
commit787c35772b9ffebe3fed0a8d963dc13ab9ad13fc
authorRaymond Toy <toy.raymond@gmail.com>
Sun, 24 Jul 2022 21:11:16 +0000 (24 14:11 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Sun, 24 Jul 2022 21:11:16 +0000 (24 14:11 -0700)
tree5867852a5343dd0da53d68d718f6bb792452767f
parenteaec387a592d43b8afa24e2b9976fbd7b4b5126e
Restructure help outputs and support (partially) wxmaxima

First, we've renamed describe_uses_html to output_format_for_help.
This new variable can be set to one of the values 'text, 'html, or
'wxmaxima, with a default of 'text.  It's an error to set it to
anything else.

When output_format_for_help is set, *help-display-function* is
assigned a symbol naming a function that can be used to display the
desired help topics.
src/cl-info.lisp
src/macdes.lisp