From 74cb84d5d9334b3fd3ca1c8a5c28d95eab4f3dcc Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Mon, 24 Jul 2017 19:11:03 -0400 Subject: [PATCH] Tweak a docstring --- uiop/utility.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uiop/utility.lisp b/uiop/utility.lisp index fd39047c5..0b94273a2 100644 --- a/uiop/utility.lisp +++ b/uiop/utility.lisp @@ -104,7 +104,7 @@ to supersede any previous definition." ;;; Flow control (with-upgradability () (defmacro nest (&rest things) - "Macro to do keep code nesting and indentation under control." ;; Thanks to mbaringer + "Macro to keep code nesting and indentation under control." ;; Thanks to mbaringer (reduce #'(lambda (outer inner) `(,@outer ,inner)) things :from-end t)) -- GitLab