From 5fdc98cb9710fd017a94a3de833b8526af3508cd Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 8 Sep 2015 16:21:06 -0700 Subject: [PATCH] syntax: fix bad search-and-replace. --- core/syntax/syntax-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/syntax/syntax-docs.factor b/core/syntax/syntax-docs.factor index 386a65dd78..97d3cdcdac 100644 --- a/core/syntax/syntax-docs.factor +++ b/core/syntax/syntax-docs.factor @@ -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." }