last patch was too aggressive

This commit is contained in:
Sam Steingold 2019-01-16 18:23:39 -05:00
parent 48fa153435
commit 5ee7ae7d6b

View file

@ -808,7 +808,9 @@ Used in `ein:pytools-finish-tooltip', etc."
;; "<empty docstring>"
)
(ansi-color-apply it)))
(help (ein:join-str "\n" (delete nil (list defstring docstring)))))
(help (ein:aand
(delete nil (list defstring docstring))
(ein:join-str "\n" it))))
(ein:log 'debug "KERNEL-CONSTRUCT-HELP-STRING: help=%s" help)
help))