]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax: fix bad search-and-replace.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 8 Sep 2015 23:21:06 +0000 (16:21 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 8 Sep 2015 23:21:06 +0000 (16:21 -0700)
core/syntax/syntax-docs.factor

index 386a65dd78f30de6b33b1ff8b92fab1def81204c..97d3cdcdac2a104bfe9b4114deddff72c6f45aa1 100644 (file)
@@ -29,7 +29,7 @@ $nl
 ARTICLE: "syntax-comments" "Comments"
 { $subsections
     POSTPONE: !
-    POSTPONE: !
+    POSTPONE: #!
 } ;
 
 ARTICLE: "syntax-immediate" "Parse time evaluation"
@@ -664,9 +664,9 @@ HELP: !
 { $values { "comment" "characters" } }
 { $description "Discards all input until the end of the line." } ;
 
-{ POSTPONE: ! POSTPONE: ! } related-words
+{ POSTPONE: ! POSTPONE: #! } related-words
 
-HELP: !
+HELP: #!
 { $syntax "#!comment..." }
 { $values { "comment" "characters" } }
 { $description "Discards all input until the end of the line." }