From: Michael Albinus Date: Fri, 29 Oct 2021 12:05:36 +0000 (+0200) Subject: ; * doc/emacs/custom.texi (Connection Variables): Fix typo. Don't merge X-Git-Tag: emacs-28.0.90~158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9436943fb1;p=emacs.git ; * doc/emacs/custom.texi (Connection Variables): Fix typo. Don't merge --- diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 73dfe03898e..60e2d0aa874 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1507,7 +1507,7 @@ criteria, identifying a remote machine: This code declares two different profiles, @code{remote-ksh} and @code{remote-bash}. The profile @code{remote-ksh} is applied to all buffers which have a remote default directory matching the regexp -@code{"remotemachine} as host name. Such a criteria can also +@code{"remotemachine"} as host name. Such a criteria can also discriminate for the properties @code{:protocol} (this is the Tramp method) or @code{:user} (a remote user name). The @code{nil} criteria matches all buffers with a remote default directory.