minor help text updates

This commit is contained in:
mgcaret 2020-01-06 12:30:46 -08:00
parent ea5c795cfd
commit 2f0281a5d9
1 changed files with 3 additions and 3 deletions

View File

@ -6769,7 +6769,7 @@ eword
; first we will scan the dictionary to see if the word to be forgotten is below
; the protection bit, and if it is found before we match the XT, we don't allow the
; forget
; ( xt -- )
; H: ( xt -- ) forget word referenced by xt and subsequent words
dword dFORGET,"$FORGET"
ENTER
.dword DUP ; ( xt -- xt xt' )
@ -6817,8 +6817,8 @@ cant: SLIT "Can't forget " ; ( xt -- xt str len )
eword
; H: ( "name"<> -- ) attempt to forget name and subsequent definitions in compiler
; H: word list. This may have unintended consequences if things like wordlists and such
; H: were defined after name.
; H: word list. This may have unintended consequences if things like wordlists and
; H: such were defined after name.
dword FORGET,"FORGET"
ENTER
.dword PARSEFIND