aboutsummaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-17 16:49:43 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-17 16:49:43 +0800
commit3b0217d2a2d4e345a31a68948dfb0feaec4a8a2a (patch)
treea6e0a819e7d9fbe24fc7aff42704e8a59fc7ac8f /builtin.h
parentf9633b0bef26184c5e36eba25d8b3b6bd687ee18 (diff)
more doc
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin.h b/builtin.h
index b3053cd..1dac99a 100644
--- a/builtin.h
+++ b/builtin.h
@@ -69,8 +69,8 @@ class SpecialOptSet: public SpecialOptObj {/*{{{*/
Continuation * &cont, EvalObj ** &top_ptr, Pair *pc);
};/*}}}*/
-/** @class SpecialOptLambda
- * The implementation of `lambda` operator
+/** @class SpecialOptQuote
+ * The implementation of `quote` operator
*/
class SpecialOptQuote: public SpecialOptObj {/*{{{*/
public: