help.apropos: remove extra whitespace.
parent
9eb365abe0
commit
1ce1e2d27e
|
@ -24,7 +24,7 @@ SYMBOLS: word-result vocabulary-result article-result ;
|
||||||
{ vocabulary-result [ "Vocabularies" ] }
|
{ vocabulary-result [ "Vocabularies" ] }
|
||||||
{ article-result [ "Help articles" ] }
|
{ article-result [ "Help articles" ] }
|
||||||
} case ;
|
} case ;
|
||||||
|
|
||||||
: category>name ( category -- name )
|
: category>name ( category -- name )
|
||||||
{
|
{
|
||||||
{ word-result [ "word" ] }
|
{ word-result [ "word" ] }
|
||||||
|
@ -43,9 +43,9 @@ M: more-completions article-title
|
||||||
"All " %
|
"All " %
|
||||||
[ seq>> length # " " % ]
|
[ seq>> length # " " % ]
|
||||||
[ category>> category>name % ]
|
[ category>> category>name % ]
|
||||||
[ " results for “" % search>> % "”" % ] tri
|
[ " results for “" % search>> % "”" % ] tri
|
||||||
] "" make ;
|
] "" make ;
|
||||||
|
|
||||||
M: more-completions article-content
|
M: more-completions article-content
|
||||||
seq>> [ second >lower ] sort-with keys \ $completions prefix ;
|
seq>> [ second >lower ] sort-with keys \ $completions prefix ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue