diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e600dd91d..2c3ae42f7 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5597,13 +5597,14 @@ A jump table for the options with a short description can be found at |Q_op|.
 		- 'expandtab' is reset
 		- 'formatoptions' is used like it is empty
 		- 'revins' is reset
+		- 'hkmap' is reset
 		- 'ruler' is reset
 		- 'showmatch' is reset
-		- 'smartindent' is reset
 		- 'smarttab' is reset
 		- 'softtabstop' is set to 0
 		- 'textwidth' is set to 0
 		- 'wrapmargin' is set to 0
+		- 'varsofttabstop' is set to ''
 	These options keep their value, but their effect is disabled:
 		- 'cindent'
 		- 'indentexpr'
diff --git a/runtime/doc/rileft.txt b/runtime/doc/rileft.txt
index 81ced875c..0f4bc8906 100644
--- a/runtime/doc/rileft.txt
+++ b/runtime/doc/rileft.txt
@@ -75,7 +75,7 @@ o  Invocations
 
 o  Typing backwards					*ins-reverse*
    ----------------
-   In lieu of using full-fledged the 'rightleft' option, one can opt for
+   In lieu of using the full-fledged 'rightleft' option, one can opt for
    reverse insertion.  When the 'revins' (reverse insert) option is set,
    inserting happens backwards.  This can be used to type right-to-left
    text.  When inserting characters the cursor is not moved and the text
