]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-sh.el (tramp-remote-path): Doc fix.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 30 Jun 2016 13:39:21 +0000 (15:39 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 30 Jun 2016 13:39:21 +0000 (15:39 +0200)
lisp/net/tramp-sh.el

index 6954fd679fde27edc89b1b72b53e05cc391ea5d6..79449fcc937915e21938ec5bd8c4fadd0c0e761b 100644 (file)
@@ -503,10 +503,10 @@ tilde expansion, all directory names starting with `~' will be ignored.
 
 `Default Directories' represent the list of directories given by
 the command \"getconf PATH\".  It is recommended to use this
-entry on top of this list, because these are the default
+entry on head of this list, because these are the default
 directories for POSIX compatible commands.  On remote hosts which
 do not offer the getconf command (like cygwin), the value
-\"/bin:/usr/bin\" is used instead of.  This entry is represented in
+\"/bin:/usr/bin\" is used instead.  This entry is represented in
 the list by the special value `tramp-default-remote-path'.
 
 `Private Directories' are the settings of the $PATH environment,