From 77a6ad9427cb434567c86ccb2f611efc1722fd04 Mon Sep 17 00:00:00 2001 From: Ilia Maslakov Date: Wed, 24 Oct 2012 11:38:11 +0400 Subject: [PATCH] changed mcedit man. Signed-off-by: Ilia Maslakov --- doc/man/mcedit.1.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/man/mcedit.1.in b/doc/man/mcedit.1.in index 85a24e90c..d10a470b2 100644 --- a/doc/man/mcedit.1.in +++ b/doc/man/mcedit.1.in @@ -587,7 +587,14 @@ deleting, navigating, typing) .I editor_wordcompletion_collect_entire_file Search autocomplete candidates in entire of file or just from begin of file to cursor position (0) - +.TP +.I spell_language +Spelling language (en, en-variant_0, ru, etc) installed with aspell +package (a full list can be get using 'aspell' utility). +Use +.B spell_language = NONE +to disable aspell support. Default value is 'en'. Option must located +in the [Misc] section. .SH MISCELLANEOUS You can use scanf search and replace to search and replace a C format string. First take a look at the -- 2.11.4.GIT