mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
last patch was too aggressive
This commit is contained in:
parent
48fa153435
commit
5ee7ae7d6b
1 changed files with 3 additions and 1 deletions
|
@ -808,7 +808,9 @@ Used in `ein:pytools-finish-tooltip', etc."
|
||||||
;; "<empty docstring>"
|
;; "<empty docstring>"
|
||||||
)
|
)
|
||||||
(ansi-color-apply it)))
|
(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)
|
(ein:log 'debug "KERNEL-CONSTRUCT-HELP-STRING: help=%s" help)
|
||||||
help))
|
help))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue