Found this a bit unclear, since my understanding is isn't exactly the
same as entry (it does not take a dict param but refers to sysdict)
---
Still learning git-send-email and best practices. I believe that this
should be a comment that doesn't affect the patch. My first version of
this commit had a couple typos, my apologies.
fs/doc/dict.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/doc/dict.txt b/fs/doc/dict.txt
index 3cb3d79..f19da1c 100644
--- a/fs/doc/dict.txt
+++ b/fs/doc/dict.txt
@@ -276,7 +276,7 @@ w>e w -- e Yield an entry (linked list pointer) from a word reference.
e>w e -- w Yield a word reference (executable) from an entry.
entry 'dict s --
Create entry with name s in dictionary 'dict.
-code "x" -- Same as "entry", but reads name from input stream.
+code "x" -- Create entry with name from input stream in sysdict.
code8b -- Create a 8b variant to the latest word.
code16b -- Create a 16b variant to the latest word.
current -- w Yield the last word to be added to the system dictionary.
--
2.40.1