From 3d001178ce14c67438f982fdf71043fc11ff002d Mon Sep 17 00:00:00 2001 From: Cedric Duval Date: Sun, 7 Jul 2002 19:33:48 +0000 Subject: [PATCH] Documentation fixes. --- doc/manual.sgml.head | 2 +- doc/mutt.man | 2 +- init.h | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 2ca944cb..33b5be32 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -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 diff --git a/doc/mutt.man b/doc/mutt.man index 4de3d721..ef7fb038 100644 --- a/doc/mutt.man +++ b/doc/mutt.man @@ -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 e219f70e..f202d601 100644 --- 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 }, /* -- 2.40.0