Fix contrib/jedit/
parent
5c21b39dc0
commit
47831f0f1a
|
@ -1,7 +0,0 @@
|
|||
IN: jedit
|
||||
USING: help ;
|
||||
|
||||
HELP: jedit
|
||||
{ $values { "defspec" "a definition specifier" } }
|
||||
{ $description "Opens the source file and line number containing the given definition in a running jEdit instance." }
|
||||
{ $errors "Throws an error if the " { $snippet "~/.jedit/server" } " file does not exist. jEdit must be running and the edit server feature must be enabled for this word to work." } ;
|
|
@ -1,2 +1,2 @@
|
|||
PROVIDE: contrib/jedit
|
||||
{ +files+ { "jedit.factor" "jedit.facts" } } ;
|
||||
{ +files+ { "jedit.factor" } } ;
|
||||
|
|
Loading…
Reference in New Issue