cleanup DESCRIBE of symbols naming type specifiers a bit
authorChristophe Rhodes <csr21@cantab.net>
Thu, 8 Sep 2011 16:22:53 +0000 (17:22 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Thu, 8 Sep 2011 16:22:53 +0000 (17:22 +0100)
commit43a526583b7015e6b9945d16e31da72fda1325f5
treef93a393f4df827612fc8eb7e675f1044258ef964
parent516fe4b0f2272e154575e8024b0b12cbf27c827c
cleanup DESCRIBE of symbols naming type specifiers a bit

Firstly, don't indent the "... names a type specifier".  But then
wander around in confusion for a while trying to debug where the extra
indentation comes from, before working out that the pprint-newline at
the end of describe-class introduces indentation as well as a newline,
causing the subsequent logical block to be opened at an unexpected
horizontal position.  Fix fix fix.
src/code/describe.lisp