From 58896e23fa9d5eda297d6d1234b2797e9255c989 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 29 Apr 2014 20:47:00 -0400 Subject: [PATCH] Fix cpp documentation Closes #148. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e62498c..10efcac 100644 --- a/README.markdown +++ b/README.markdown @@ -76,7 +76,7 @@ kicks off `(clojure.test/run-tests)` and loads the results into the quickfix list. There's a `cp` operator that evaluates a given motion (`cpp` for the -outermost form under the cursor). `cm` and `c1m` are similar, but they only +innermost form under the cursor). `cm` and `c1m` are similar, but they only run `clojure.walk/macroexpand-all` and `macroexpand-1` instead of evaluating the form entirely.