Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • possible duplicate of redefining built-in function; please modify the question is you mean something else. Commented Jun 16, 2014 at 21:36
  • Except that there is no information on how to make this permanent? Maybe I am just a noob, as I just started learning common lisp. Commented Jun 16, 2014 at 21:38
  • what is a 'REPL function'? Commented Jun 16, 2014 at 21:56
  • Sorry, I meant the built-in documentation function such that in can be used in this shortened version, especially in the REPL. Commented Jun 16, 2014 at 22:00
  • 5
    (setf (symbol-function 'doc) #'documentation). Set it or load it in the init-file for SBCL. Commented Jun 16, 2014 at 22:23