Skip to content

Commit

Permalink
Merge pull request #14 from smswz/master
Browse files Browse the repository at this point in the history
Update of metadata section for newer style of retrieving metadata.
  • Loading branch information
mvolkmann committed Aug 31, 2012
2 parents e783bf2 + 3837691 commit e07b57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion article.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3857,7 +3857,7 @@ <h2><a name="Macros">Macros</a></h2>
<div class="code"> <div class="code">
<pre xml:space="preserve"> <pre xml:space="preserve">
((meta (var and)) :macro) ; long way -&gt; true ((meta (var and)) :macro) ; long way -&gt; true
(^#'and :macro) ; short way -&gt; true ((meta #'and) :macro) ; slightly shorter way -&gt; true
</pre> </pre>
</div> </div>
<p> <p>
Expand Down

0 comments on commit e07b57e

Please sign in to comment.