chiark / gitweb /
mdw-base.lisp: Make section heading for `with-places' more useful.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 21 Oct 2015 23:25:56 +0000 (00:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 21 Oct 2015 23:25:56 +0000 (00:25 +0100)
mdw-base.lisp

index df2acd31f2577fb0a336e8fe0456dc7d6bb01ae8..ab1a47c1fad4b26fd38771c9d27fd66a195d3a5d 100644 (file)
@@ -298,7 +298,7 @@                       (default (cadr specs))
     (doit specs)))
 
 ;;;--------------------------------------------------------------------------
-;;; with-places
+;;; Capturing places as symbols.
 
 (defmacro %place-ref (getform setform newtmp)
   "Grim helper macro for with-places."