]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/custom.texi (Connection Variables): Fix typo. Don't merge
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Oct 2021 12:05:36 +0000 (14:05 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Oct 2021 12:05:36 +0000 (14:05 +0200)
doc/emacs/custom.texi

index 73dfe03898ea9ce5d796caf82855880ac7c1f973..60e2d0aa87476fbdb2a8b8701d9eb9a1074446b9 100644 (file)
@@ -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.