diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index e1130917f0c..69572a139ff 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -4580,6 +4580,11 @@ It does not report the remote terminal name via @code{process-tty-name}. | |||
| 4580 | 4580 | ||
| 4581 | @item | 4581 | @item |
| 4582 | It does not set process property @code{remote-pid}. | 4582 | It does not set process property @code{remote-pid}. |
| 4583 | |||
| 4584 | @item | ||
| 4585 | It fails, when the command is too long. This can happen on | ||
| 4586 | directories with a long directory name, or when the remote @env{PATH} | ||
| 4587 | and/or other environment variables, which must be set, are too long. | ||
| 4583 | @end itemize | 4588 | @end itemize |
| 4584 | 4589 | ||
| 4585 | In order to gain even more performance, it is recommended to bind | 4590 | In order to gain even more performance, it is recommended to bind |