ui.operations: add docs for +secondary+.

factor-shell
John Benediktsson 2018-01-22 10:59:31 -08:00
parent 603728b181
commit 7f23854b56
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ HELP: +keyboard+
HELP: +primary+
{ $description "A key which may be set in the hashtable passed to " { $link define-operation } ". If set to a true value, this operation becomes the default operation performed when a presentation matching the operation's predicate is clicked with the mouse." } ;
HELP: +secondary+
{ $description "A key which may be set in the hashtable passed to " { $link define-operation } ". If set to a true value, this operation becomes the default operation performed when " { $snippet "RET" } " is pressed while a presentation matching the operation's predicate is selected in a list." } ;
HELP: operation
{ $description "An abstraction for an operation which may be performed on a presentation."
$nl