aboutsummaryrefslogtreecommitdiff
path: root/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'model.h')
-rw-r--r--model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.h b/model.h
index ab5dcc6..225cb37 100644
--- a/model.h
+++ b/model.h
@@ -118,7 +118,7 @@ class EvalObj : public FrameObj {/*{{{*/
*/
class ParseBracket : public FrameObj {/*{{{*/
public:
- /** The type of the bracket */
+ /** The type of the bracket (to distingiush '(' and '#(' ) */
unsigned char btype;
/** Construct a ParseBracket object */
ParseBracket(unsigned char btype);