Fix grammar

This commit is contained in:
Tim Pope 2012-12-25 12:04:07 -05:00
parent 047932304c
commit 0db6f6fb51
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ function! s:Apropos(pattern) abort
if empty(matches)
return ''
endif
let choice = s:inputlist('Lookup docs for:', matches)
let choice = s:inputlist('Look up docs for:', matches)
if choice !=# ''
return 'echo "\n"|Doc '.choice
else