From da20ea83af71df9cdb0a70db90a753f1361c325f Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 10 Jan 2009 18:13:16 -0600 Subject: [PATCH] Minor parser docs fix --- core/parser/parser-docs.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/core/parser/parser-docs.factor b/core/parser/parser-docs.factor index 625c1e9c43..4da76468e8 100644 --- a/core/parser/parser-docs.factor +++ b/core/parser/parser-docs.factor @@ -34,6 +34,7 @@ ARTICLE: "defining-words" "Defining words" { $see POSTPONE: SYMBOL: } "The key factor in the definition of " { $link POSTPONE: SYMBOL: } " is " { $link CREATE } ", which reads a token from the input and creates a word with that name. This word is then passed to " { $link define-symbol } "." { $subsection CREATE } +{ $subsection CREATE-WORD } "Colon definitions are defined in a more elaborate way:" { $subsection POSTPONE: : } "The " { $link POSTPONE: : } " word first calls " { $link CREATE } ", and then reads input until reaching " { $link POSTPONE: ; } " using a utility word:"