]> granicus.if.org Git - mutt/commitdiff
Little documentation fix from Aaron Schrab.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Jun 2000 09:57:21 +0000 (09:57 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Jun 2000 09:57:21 +0000 (09:57 +0000)
init.h

diff --git a/init.h b/init.h
index 2e2a759f23906d97b9d79e04bb616d5514f45c64..734c04fe77c07bdd0361d989dde413007841b5c8 100644 (file)
--- a/init.h
+++ b/init.h
@@ -224,13 +224,12 @@ struct option_t MuttVars[] = {
   { "autoedit",                DT_BOOL, R_NONE, OPTAUTOEDIT, 0 },
   /*
   ** .pp
-  ** When set, Mutt will skip the initial send-menu and allow you to
-  ** immediately begin editing the body of your message when replying to
-  ** another message.  The send-menu may still be accessed once you have
-  ** finished editing the body of your message.
+  ** When set along with ``$$edit_headers'', Mutt will skip the initial
+  ** send-menu and allow you to immediately begin editing the body of your
+  ** message.  The send-menu may still be accessed once you have finished
+  ** editing the body of your message.
   ** .pp
-  ** If the ``$$edit_headers'' variable is also set, the initial prompts in
-  ** the send-menu are always skipped, even when composing a new message.
+  ** Also see ``$$fast_reply''.
   */
   { "auto_tag",                DT_BOOL, R_NONE, OPTAUTOTAG, 0 },
   /*