From b84df219cee72acb046a05955a3e980a3879dd52 Mon Sep 17 00:00:00 2001 From: Sahil Tandon Date: Wed, 18 Dec 2002 17:29:56 +0000 Subject: [PATCH] I found a small typo in the manual, specifically at this[1] URL. The description of the smart_wrap variable reads: "Controls the display of lines longer then the screen width in the internal pager." The word _then_ should be _than_ if I'm not mistaken. --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index 45d5b608..41eb2cf0 100644 --- a/init.h +++ b/init.h @@ -2206,7 +2206,7 @@ struct option_t MuttVars[] = { { "smart_wrap", DT_BOOL, R_PAGER, OPTWRAP, 1 }, /* ** .pp - ** Controls the display of lines longer then the screen width in the + ** Controls the display of lines longer than the screen width in the ** internal pager. If set, long lines are wrapped at a word boundary. If ** unset, lines are simply wrapped at the screen edge. Also see the ** ``$$markers'' variable. -- 2.40.0