From: Sahil Tandon Date: Wed, 18 Dec 2002 17:29:56 +0000 (+0000) Subject: I found a small typo in the manual, specifically at this[1] URL. X-Git-Tag: mutt-1-5-4-rel~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b84df219cee72acb046a05955a3e980a3879dd52;p=mutt 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. --- 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.