added missing doc string

This commit is contained in:
David Botton 2020-12-30 20:10:10 -05:00
parent 58d30a60bc
commit 3c9e011cd8

View file

@ -47,6 +47,7 @@ located at STATIC-ROOT."
;;;;;;;;;;;;;;;;;;;;;;;
(defun set-on-new-window (on-new-window-handler)
"Change the on-new-window handler."
(setf *on-new-window* on-new-window-handler))
;;;;;;;;;;;;;;