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