X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fui%2Fgadgets%2Feditors%2Feditors-docs.factor;h=15da0b931ef74fe8d2f2be03d75561d7a2ffdbdb;hp=927e50682496b31a70f920b773531ea00a3f80af;hb=4843bd64ead67e74c22eb715eac3ca814304250a;hpb=ce7ac93667de16e9206a2140941b67a66886d117 diff --git a/basis/ui/gadgets/editors/editors-docs.factor b/basis/ui/gadgets/editors/editors-docs.factor index 927e506824..15da0b931e 100644 --- a/basis/ui/gadgets/editors/editors-docs.factor +++ b/basis/ui/gadgets/editors/editors-docs.factor @@ -40,16 +40,15 @@ HELP: caret-is-shape $nl { $code " IN: ui.gadgets.editors" -" 2 caret-is-shape set" +" +box+ caret-shape set-global" "" } print-element $nl { $table { "Value" "Shape" } - { "f" "default (line)" } - { "0" "line" } - { "1" "box" } - { "2" "filled box" } + { "+line+" "line (default)" } + { "+box+" "box" } + { "+filled+" "filled box" } } print-element { $references "Set desired shape in your .factor-rc file"