Skip to content
Snippets Groups Projects
Commit 871bfee7 authored by wlott's avatar wlott
Browse files

Finished editor-describe-function.

parent b0eb81f6
No related branches found
No related tags found
No related merge requests found
......@@ -748,9 +748,10 @@
then this also outputs any 'function documentation for sym to
*standard-output*."
(describe fun)
#+nil
(when (and (compiled-function-p fun)
(not (eq (%primitive header-ref fun %function-name-slot) sym)))
(not (eq (kernel:%function-header-name
(kernel:%closure-function fun))
sym)))
(let ((doc (documentation sym 'function)))
(when doc
(format t "~&Function documentation for ~S:" sym)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment