diff runtime/doc/options.txt @ 16798:63ac51f16ea1 v8.1.1401

patch 8.1.1401: misspelled mkspellmem as makespellmem commit https://github.com/vim/vim/commit/076073950c44ea0e35bc39d539dc7ab41bf9c7ec Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 19:20:43 2019 +0200 patch 8.1.1401: misspelled mkspellmem as makespellmem Problem: Misspelled mkspellmem as makespellmem. Solution: Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken Takata, closes #4437)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 19:30:05 +0200
parents eda4d65f232c
children c002c4899529
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4913,12 +4913,6 @@ A jump table for the options with a shor
 <	This option cannot be set from a |modeline| or in the |sandbox|, for
 	security reasons.
 
-						*'makespellmem'* *'msm'*
-'makespellmem' 'msm'		string	(default "460000,2000,500")
-			global
-	Values relevant only when compressing a spell file, see |spell|.
-	This option cannot be set from a |modeline| or in the |sandbox|.
-
 						*'matchpairs'* *'mps'*
 'matchpairs' 'mps'	string	(default "(:),{:},[:]")
 			local to buffer
@@ -5070,6 +5064,8 @@ A jump table for the options with a shor
 <	If you have less than 512 Mbyte |:mkspell| may fail for some
 	languages, no matter what you set 'mkspellmem' to.
 
+	This option cannot be set from a |modeline| or in the |sandbox|.
+
 				   *'modeline'* *'ml'* *'nomodeline'* *'noml'*
 'modeline' 'ml'		boolean	(Vim default: on (off for root),
 				 Vi default: off)