]> granicus.if.org Git - neomutt/commitdiff
Correct doc nit for $meta_key, noted by Mark Weyer. Closes: #2105.
authorBrendan Cully <brendan@kublai.com>
Sun, 9 Oct 2005 06:43:43 +0000 (06:43 +0000)
committerBrendan Cully <brendan@kublai.com>
Sun, 9 Oct 2005 06:43:43 +0000 (06:43 +0000)
init.h

diff --git a/init.h b/init.h
index 0008cba2e3ede4b5ff8cef1edc774951058db0a7..6a3facf4f450fc82f4ea142dc18bc50d8ab75e8b 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1168,9 +1168,9 @@ struct option_t MuttVars[] = {
   ** If set, forces Mutt to interpret keystrokes with the high bit (bit 8)
   ** set as if the user had pressed the ESC key and whatever key remains
   ** after having the high bit removed.  For example, if the key pressed
-  ** has an ASCII value of 0xf4, then this is treated as if the user had
+  ** has an ASCII value of 0xf8, then this is treated as if the user had
   ** pressed ESC then ``x''.  This is because the result of removing the
-  ** high bit from ``0xf4'' is ``0x74'', which is the ASCII character
+  ** high bit from ``0xf8'' is ``0x78'', which is the ASCII character
   ** ``x''.
   */
   { "mh_purge",                DT_BOOL, R_NONE, OPTMHPURGE, 0 },