···11diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
22-index 8060ea35c..c81067a19 100644
32--- a/Documentation/git-send-email.txt
43+++ b/Documentation/git-send-email.txt
55-@@ -203,8 +203,7 @@ a password is obtained using 'git-credential'.
44+@@ -208,8 +208,7 @@ a password is obtained using 'git-credential'.
65 specify a full pathname of a sendmail-like program instead;
76 the program must support the `-i` option. Default value can
87 be specified by the `sendemail.smtpServer` configuration
98- option; the built-in default is to search for `sendmail` in
109- `/usr/sbin`, `/usr/lib` and $PATH if such program is
1111-+ option; the built-in default is to search in $PATH if such program is
1010++ option; the built-in default is to search in $PATH if such program is
1211 available, falling back to `localhost` otherwise.
13121413 --smtp-server-port=<port>::
1514diff --git a/git-send-email.perl b/git-send-email.perl
1616-index edcc6d346..8e357aeab 100755
1715--- a/git-send-email.perl
1816+++ b/git-send-email.perl
1919-@@ -885,8 +885,7 @@ if (defined $initial_reply_to) {
1717+@@ -944,8 +944,7 @@ if (defined $reply_to) {
2018 }
21192220 if (!defined $smtp_server) {