]> granicus.if.org Git - mutt/commitdiff
Documentation fixes.
authorCedric Duval <cedricduval@free.fr>
Sun, 7 Jul 2002 19:33:48 +0000 (19:33 +0000)
committerCedric Duval <cedricduval@free.fr>
Sun, 7 Jul 2002 19:33:48 +0000 (19:33 +0000)
doc/manual.sgml.head
doc/mutt.man
init.h

index 2ca944cbad0c4e13a781960441b5bf296a3a7d49..33b5be32b6f2cb0b132ce98f477d237c044d9bad 100644 (file)
@@ -528,7 +528,7 @@ y       send-message            send the message
 s       edit-subject            edit the Subject
 S       smime-menu              select S/MIME options
 f       edit-fcc                specify an ``Fcc'' mailbox
-p       pgp-menu                select PGP options (``i'' version only)
+p       pgp-menu                select PGP options
 P       postpone-message        postpone this message until later
 q       quit                    quit (abort) sending the message
 w      write-fcc               write the message to a folder
index 4de3d721516f4ebf4abaacd1a0a9c04b82dee218..ef7fb038cba9ac033e45c5742007549c0cd4ab5c 100644 (file)
@@ -138,7 +138,7 @@ Temporary files created by Mutt.
 .IP "~/.mailcap"
 User definition for handling non-text MIME types.
 .IP "/etc/mailcap"
-System definition for handing non-text MIME types.
+System definition for handling non-text MIME types.
 .IP "~/.mime.types"
 User's personal mapping between MIME types and file extensions.
 .IP "/etc/mime.types"
diff --git a/init.h b/init.h
index e219f70e1f3513ec6dd2ef7f98edfeca91e70db7..f202d6012fcaa3e9c4ba9a6c30d80a98957fbe52 100644 (file)
--- a/init.h
+++ b/init.h
@@ -778,7 +778,7 @@ struct option_t MuttVars[] = {
   ** .pp
   ** This variable configures whether IMAP folder browsing will look for
   ** only subscribed folders or all folders.  This can be toggled in the
-  ** IMAP browser with the \fItoggle-subscribed\fP command.
+  ** IMAP browser with the \fItoggle-subscribed\fP function.
   */
   { "imap_pass",       DT_STR,  R_NONE, UL &ImapPass, UL 0 },
   /*
@@ -804,7 +804,7 @@ struct option_t MuttVars[] = {
   ** If set, mutt will avoid implicitly marking your mail as read whenever
   ** you fetch a message from the server. This is generally a good thing,
   ** but can make closing an IMAP folder somewhat slower. This option
-  ** exists to appease spead freaks.
+  ** exists to appease speed freaks.
   */
   { "imap_servernoise",                DT_BOOL, R_NONE, OPTIMAPSERVERNOISE, 1 },
   /*
@@ -1000,8 +1000,8 @@ struct option_t MuttVars[] = {
   { "metoo",           DT_BOOL, R_NONE, OPTMETOO, 0 },
   /*
   ** .pp
-  ** If unset, Mutt will remove your address from the list of recipients
-  ** when replying to a message.
+  ** If unset, Mutt will remove your address (see the ``$$alternates''
+  ** variable) from the list of recipients when replying to a message.
   */
   { "menu_scroll",     DT_BOOL, R_NONE, OPTMENUSCROLL, 0 },
   /*
@@ -1114,7 +1114,7 @@ struct option_t MuttVars[] = {
   ** .pp
   ** This is the string displayed in the ``attachment'' menu for
   ** attachments of type message/rfc822.  For a full listing of defined
-  ** escape sequences see the section on ``$$index_format''.
+  ** printf()-like sequences see the section on ``$$index_format''.
   */
   { "msg_format",      DT_SYN,  R_NONE, UL "message_format", 0 },
   /*