]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/editors-docs.factor
editors: adding EDITOR: syntax and use classes instead of tuples
[factor.git] / basis / editors / editors-docs.factor
index a67d16b003306705536b42e28a8e72ed8f982be9..1570bd7958cc4986a6e2370e757fa35140e44426 100644 (file)
@@ -9,7 +9,7 @@ ARTICLE: "editor" "Editor integration"
 { $code "USE: editors.emacs" }
 "If you intend to always use the same editor, it helps to have it load during stage 2 bootstrap. Place the code to load and possibly configure it in the " { $link ".factor-boot-rc" } "."
 $nl
-"Editor integration vocabularies store a class or tuple in a global variable when loaded:"
+"Editor integration vocabularies store an object in a global variable when loaded:"
 { $subsections editor-class }
 "If a syntax error was thrown while loading a source file, you can jump to the location of the error in your editor:"
 { $subsections :edit } ;