Add new file-variable 'comment-column'
[senf.git] / Packets / ParseListS.hh
index 98517a8..7a777d8 100644 (file)
@@ -26,7 +26,7 @@
     transition function. See ParseListS.hh for more.
 
     We should write a baseclass for sentinels which has no \c check()
-    member, en empty \c next() member and \c void as the state
+    member, an empty \c next() member and \c void as the state
     type. This simplifies writing simple sentinels.
 
     The parse_listS iterator will have to pass the state in addition
@@ -195,4 +195,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: