Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Commit

Permalink
Remove needless spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Sep 3, 2013
1 parent dc3a0d3 commit 06ceee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -184,7 +184,7 @@ This package contains annotations `eval-when` special form.

@eval-when-compile
(defun macro-util () ...)

is equivalent to

(eval-when-compile (:compile-toplevel)
Expand Down

0 comments on commit 06ceee3

Please sign in to comment.