Add the 'c' flag to 'concealcursor'.
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index c549274..09e9ab3 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt*	For Vim version 7.3b.  Last change: 2010 Jul 23
+*options.txt*	For Vim version 7.3b.  Last change: 2010 Jul 24
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -1719,8 +1719,9 @@
 	  n		Normal mode
 	  v		Visual mode
 	  i		Insert mode
+	  c		Command line editing, for 'incsearch'
 
-	A useful value is "n".  This is used in help files.  So long as you
+	A useful value is "nc".  This is used in help files.  So long as you
 	are moving around text is concealed, but when starting to insert text
 	or selecting a Visual area the concealed text is displayed, so that
 	you can see what you are doing.