Fix cpp documentation

Closes #148.
This commit is contained in:
Tim Pope 2014-04-29 20:47:00 -04:00
parent 57c18b778a
commit 58896e23fa
1 changed files with 1 additions and 1 deletions

View File

@ -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.