···1diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
2-index 8060ea35c..c81067a19 100644
3--- a/Documentation/git-send-email.txt
4+++ b/Documentation/git-send-email.txt
5-@@ -203,8 +203,7 @@ a password is obtained using 'git-credential'.
6 specify a full pathname of a sendmail-like program instead;
7 the program must support the `-i` option. Default value can
8 be specified by the `sendemail.smtpServer` configuration
9- option; the built-in default is to search for `sendmail` in
10- `/usr/sbin`, `/usr/lib` and $PATH if such program is
11-+ option; the built-in default is to search in $PATH if such program is
12 available, falling back to `localhost` otherwise.
1314 --smtp-server-port=<port>::
15diff --git a/git-send-email.perl b/git-send-email.perl
16-index edcc6d346..8e357aeab 100755
17--- a/git-send-email.perl
18+++ b/git-send-email.perl
19-@@ -885,8 +885,7 @@ if (defined $initial_reply_to) {
20 }
2122 if (!defined $smtp_server) {
···1diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
02--- a/Documentation/git-send-email.txt
3+++ b/Documentation/git-send-email.txt
4+@@ -208,8 +208,7 @@ a password is obtained using 'git-credential'.
5 specify a full pathname of a sendmail-like program instead;
6 the program must support the `-i` option. Default value can
7 be specified by the `sendemail.smtpServer` configuration
8- option; the built-in default is to search for `sendmail` in
9- `/usr/sbin`, `/usr/lib` and $PATH if such program is
10++ option; the built-in default is to search in $PATH if such program is
11 available, falling back to `localhost` otherwise.
1213 --smtp-server-port=<port>::
14diff --git a/git-send-email.perl b/git-send-email.perl
015--- a/git-send-email.perl
16+++ b/git-send-email.perl
17+@@ -944,8 +944,7 @@ if (defined $reply_to) {
18 }
1920 if (!defined $smtp_server) {
···67-# First decide what scheme to use...
8-GIT_INTERNAL_GETTEXT_SH_SCHEME=fallthrough
9--if test -n "@@USE_GETTEXT_SCHEME@@"
00010-then
11- GIT_INTERNAL_GETTEXT_SH_SCHEME="@@USE_GETTEXT_SCHEME@@"
12-elif test -n "$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS"
13-then
14- : no probing necessary
15--elif test -n "$GIT_GETTEXT_POISON"
16--then
17-- GIT_INTERNAL_GETTEXT_SH_SCHEME=poison
18-elif type gettext.sh >/dev/null 2>&1
19-then
20- # GNU libintl's gettext.sh
···67-# First decide what scheme to use...
8-GIT_INTERNAL_GETTEXT_SH_SCHEME=fallthrough
9+-if test -n "$GIT_GETTEXT_POISON"
10+-then
11+- GIT_INTERNAL_GETTEXT_SH_SCHEME=poison
12+-elif test -n "@@USE_GETTEXT_SCHEME@@"
13-then
14- GIT_INTERNAL_GETTEXT_SH_SCHEME="@@USE_GETTEXT_SCHEME@@"
15-elif test -n "$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS"
16-then
17- : no probing necessary
00018-elif type gettext.sh >/dev/null 2>&1
19-then
20- # GNU libintl's gettext.sh