Better text for 'concealcursor' in :options window.
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index a723e0a..c27fbd5 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -377,7 +377,7 @@
   call append("$", "conceallevel\tcontrols whether concealable text is hidden")
   call append("$", "\t(local to window)")
   call <SID>OptionL("cole")
-  call append("$", "concealcursor\tcontrols whether concealable text is hidden in the cursor line")
+  call append("$", "concealcursor\tmodes in which text in the cursor line can be concealed")
   call append("$", "\t(local to window)")
   call <SID>OptionL("cocu")
 endif