<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -333,6 +333,8 @@ M: not-found-in-roots summary drop &quot;Cannot resolve vocab: path&quot; ;
 
 M: wrong-values summary drop &quot;Quotation called with wrong stack effect&quot; ;
 
+M: stack-effect-omits-dashes summary drop &quot;Stack effect must contain &#8220;--&#8221;&quot; ;
+
 {
     { [ os windows? ] [ &quot;debugger.windows&quot; require ] }
     { [ os unix? ] [ &quot;debugger.unix&quot; require ] }</diff>
      <filename>basis/debugger/debugger.factor</filename>
    </modified>
    <modified>
      <diff>@@ -73,4 +73,4 @@ M: apropos &gt;link ;
 INSTANCE: apropos topic
 
 : apropos ( str -- )
-    &lt;apropos&gt; print-topic ;
+    &lt;apropos&gt; print-topic nl ;</diff>
      <filename>basis/help/apropos/apropos.factor</filename>
    </modified>
    <modified>
      <diff>@@ -129,7 +129,7 @@ M: word set-article-parent swap &quot;help-parent&quot; set-word-prop ;
 
 SYMBOL: help-hook
 
-help-hook [ [ print-topic ] ] initialize
+help-hook [ [ print-topic nl ] ] initialize
 
 : help ( topic -- )
     help-hook get call( topic -- ) ;</diff>
      <filename>basis/help/help.factor</filename>
    </modified>
    <modified>
      <diff>@@ -25,7 +25,7 @@ ERROR: bad-effect ;
 : parse-effect-tokens ( end -- tokens )
     [ parse-effect-token dup ] curry [ ] produce nip ;
 
-ERROR: stack-effect-omits-dashes effect ;
+ERROR: stack-effect-omits-dashes tokens ;
 
 : parse-effect ( end -- effect )
     parse-effect-tokens { &quot;--&quot; } split1 dup</diff>
      <filename>core/effects/parser/parser.factor</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a6fdce75e3c5766b532f9695eb621e2f0487a24c</id>
    </parent>
  </parents>
  <author>
    <name>Slava Pestov</name>
    <email>slava@slava-pestovs-macbook-pro.local</email>
  </author>
  <url>http://github.com/slavapestov/factor/commit/4fe132df8d4d82c1c5b7fc8f01d47fed4ce9bdb3</url>
  <id>4fe132df8d4d82c1c5b7fc8f01d47fed4ce9bdb3</id>
  <committed-date>2009-11-10T19:48:00-08:00</committed-date>
  <authored-date>2009-11-10T19:48:00-08:00</authored-date>
  <message>Minor cosmetic fixes</message>
  <tree>f211b3241d0dd31aec1a98b27158d3a28ce1fd4a</tree>
  <committer>
    <name>Slava Pestov</name>
    <email>slava@slava-pestovs-macbook-pro.local</email>
  </committer>
</commit>
