doc/list-exports.lisp (pretty-symbol-name): Don't hide strange symbol names.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 6 Aug 2019 11:59:29 +0000 (12:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 6 Aug 2019 12:06:28 +0000 (13:06 +0100)
commit765231c00c9da4426ed07abc911f80828faa0349
tree1e50bc19b6288d572105c00322e7af1c84cbcba7
parentd185dba5caad19127c443d847b6214e4aebcad08
doc/list-exports.lisp (pretty-symbol-name): Don't hide strange symbol names.

The old code just squashed the symbol name to lowercase and printed it.
This hides symbol names which already have lowercase letters in them, or
funny characters like colons.

We don't actually have any such names.
doc/list-exports.lisp