diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 161f48ca3c8..61fd0d33a73 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2652,9 +2652,9 @@ this. You could overwrite this behavior by evaluating | |||
| 2652 | @end lisp | 2652 | @end lisp |
| 2653 | 2653 | ||
| 2654 | In addition to @option{tramp-remote-process-environment}, you can set | 2654 | In addition to @option{tramp-remote-process-environment}, you can set |
| 2655 | environment variables for invidivual remote process calls by | 2655 | environment variables for individual remote process calls by |
| 2656 | let-binding @code{process-environment}. @value{tramp} will apply any | 2656 | let-binding @code{process-environment}. @value{tramp} applies any |
| 2657 | entries which are not present in the global default value of | 2657 | entries not present in the global default value of |
| 2658 | @code{process-environment} (overriding | 2658 | @code{process-environment} (overriding |
| 2659 | @option{tramp-remote-process-environment} settings, if they conflict). | 2659 | @option{tramp-remote-process-environment} settings, if they conflict). |
| 2660 | For example: | 2660 | For example: |