diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-22 12:04:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-22 12:04:02 -0800 |
commit | f95358a49821e1e5d4f9bc3e5cee3ca3040b134e (patch) | |
tree | a0dad3e4b026ff8723b1446f14fe55e81120ac0b | |
parent | 0af2b4f3f88b940834efb611197c5662035e21b8 (diff) | |
download | lisp-snippets-f95358a49821e1e5d4f9bc3e5cee3ca3040b134e.tar.gz lisp-snippets-f95358a49821e1e5d4f9bc3e5cee3ca3040b134e.tar.bz2 lisp-snippets-f95358a49821e1e5d4f9bc3e5cee3ca3040b134e.zip |
KIF: comment formatting.
-rw-r--r-- | kif.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ ;;; have the environment access at macro time to delve into that, ;;; code walking is needed.) ;;; -;;; Define a"candidate expression" be one that is neither a constant +;;; Define a "candidate expression" be one that is neither a constant ;;; nor a symbol. ;;; ;;; 4. If op has more than one argument which is a candidate |