Add inlining comment, newline.
authorOlof-Joachim Frahm <olof@macrolet.net>
Wed, 31 Jul 2013 14:30:10 +0000 (16:30 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Wed, 17 Dec 2014 20:44:34 +0000 (20:44 +0000)
README.md

index 667b5d2..a873afe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,7 +32,8 @@ interest.
     > => 23
     > (OR) => 42, if FOO was inlined
 
-The caveat is that this might not work on certain optimization settings.
+The caveat is that this might not work on certain optimization settings,
+including inlining.
 
 The underlying function `PROGF` may be used as well similarly to standard
 `PROG`:
@@ -42,4 +43,5 @@ The underlying function `PROGF` may be used as well similarly to standard
     > => 23
     > (OR) => 42, if FOO was inlined
 
+
 [1]: http://common-lisp.net/project/closer/closer-mop.html