aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/doc/mail_mutt.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/doc/mail_mutt.txt b/vim/doc/mail_mutt.txt
index 355f54f2..c3f8afaa 100644
--- a/vim/doc/mail_mutt.txt
+++ b/vim/doc/mail_mutt.txt
@@ -32,19 +32,19 @@ this explicitly in your |vimrc|.
*<Plug>MailMuttLine*
Th <Plug>MailMuttLine mapping runs `:MailMutt` on the current line in normal
-mode. For example:
+mode. A binding example might be:
>
:nmap <Leader>ml <Plug>MailMuttLine
<
*<Plug>MailMuttBuffer*
The <Plug>MailMuttBuffer mapping runs `:MailMutt` on the whole buffer in
-normal mode. For example:
+normal mode. A binding example might be:
>
:nmap <Leader>mb <Plug>MailMuttBuffer
<
*<Plug>MailMuttSelected*
The <Plug>MailMuttSelected mapping runs `:MailMutt` on the selected lines in
-visual or selection mode. For example:
+visual or selection mode. A binding example might be:
>
:vmap <Leader>ms <Plug>MailMuttSelected
<