bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23865: 24.5; doc string of `tramp-remote-path'


From: Jiege Chen
Subject: bug#23865: 24.5; doc string of `tramp-remote-path'
Date: Thu, 30 Jun 2016 11:17:58 +0000 (UTC)
User-agent: NewsTap/5.1.8 (iPad)

Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Michael Albinus <michael.albinus@gmx.de>
>> Date: Wed, 29 Jun 2016 09:41:30 +0200
>> Cc: 23865@debbugs.gnu.org, Jonathan Kotta <jpkotta@gmail.com>
>> 
>> The docstring of `tramp-remote-path' is oriented to the custom
>> interface. In custom, `tramp-default-remote-path' and
>> `tramp-own-remote-path' are not offered under their symbol name, but as
>> "Default Directories" and "Private Directories". These entries are
>> documented.
> 
> Michael, are you okay with the following change of the doc string?
> 
> diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
> index bff6ec3..6954fd6 100644
> --- a/lisp/net/tramp-sh.el
> +++ b/lisp/net/tramp-sh.el
> @@ -506,10 +506,12 @@ tramp-remote-path
>  entry on top 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.
> +\"/bin:/usr/bin\" is used instead of.  This entry is represented in

'instead of' should be 'instead'.

> +the list by the special value `tramp-default-remote-path'.
>  
>  `Private Directories' are the settings of the $PATH environment,
> -as given in your `~/.profile'."
> +as given in your `~/.profile'.  This entry is represented in
> +the list by the special value `tramp-own-remote-path'."
>    :group 'tramp
>    :type '(repeat (choice
>                 (const :tag "Default Directories" tramp-default-remote-path)
> 
> 
> 
> 
> 



-- 
Jiegec






reply via email to

[Prev in Thread] Current Thread [Next in Thread]