Yes, it's a book on Common Lisp. However, I tried to emphasize techniques that are relevant for the "modern dialects" like Clojure.
For instance, I implement a Clojure-style sequence library using Lisp macros towards the end of the book to implement lazy evaluation for a boardgame AI engine.
I'm personally learning some Clojure at the moment and loving it so far.