summaryrefslogtreecommitdiff
path: root/extra.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'extra.lisp')
-rw-r--r--extra.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra.lisp b/extra.lisp
index 4a67d84..e99bf5b 100644
--- a/extra.lisp
+++ b/extra.lisp
@@ -51,7 +51,7 @@
nothing)))
(cons v vn)))
-(defun surrounded (p left &optional right)
+(defun surround (p left &optional right)
(comp ((_ left)
(body p)
(_ (or right left)))