···11-diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
22-index 3db4eab4ba..39bc0e77c9 100644
11+diff --git a/Documentation/git-send-email.adoc b/Documentation/git-send-email.adoc
22+index 7f223db42d..7e46a07d31 100644
33--- a/Documentation/git-send-email.adoc
44+++ b/Documentation/git-send-email.adoc
55-@@ -220,9 +220,9 @@ a password is obtained using 'git-credential'.
55+@@ -177,7 +177,7 @@ Sending
66+ The command will be executed in the shell if necessary. Default
77+ is the value of `sendemail.sendmailCmd`. If unspecified, and if
88+ --smtp-server is also unspecified, git-send-email will search
99+- for `sendmail` in `/usr/sbin`, `/usr/lib` and $PATH.
1010++ for `sendmail` in $PATH.
1111+1212+ --smtp-encryption=<encryption>::
1313+ Specify in what way encrypting begins for the SMTP connection.
1414+@@ -233,9 +233,9 @@ a password is obtained using 'git-credential'.
615 --smtp-server=<host>::
716 If set, specifies the outgoing SMTP server to use (e.g.
817 `smtp.example.com` or a raw IP address). If unspecified, and if
···1625 For backward compatibility, this option can also specify a full pathname
1726 of a sendmail-like program instead; the program must support the `-i`
1827diff --git a/git-send-email.perl b/git-send-email.perl
1919-index e65d969d0b..508d49483d 100755
2828+index 798d59b84f..69c9cc2a7d 100755
2029--- a/git-send-email.perl
2130+++ b/git-send-email.perl
2222-@@ -1066,8 +1066,7 @@ sub expand_one_alias {
3131+@@ -1091,8 +1091,7 @@ sub expand_one_alias {
2332 }
24332534 if (!defined $sendmail_cmd && !defined $smtp_server) {