diff options
| author | João Távora | 2023-04-03 00:33:03 +0100 |
|---|---|---|
| committer | João Távora | 2023-04-03 00:33:03 +0100 |
| commit | c108132d3bb69d0cc8d2e0222a781dff9abca087 (patch) | |
| tree | f2bd600bfcf0f9f06dd36b7f08bfcc605da352fe /doc/misc | |
| parent | f886ae5cf07bb40ad3fd0262942bdc74efca0277 (diff) | |
| parent | 3bdbb66efb9895b8ed55270075fa7d8329f8d36b (diff) | |
| download | emacs-c108132d3bb69d0cc8d2e0222a781dff9abca087.tar.gz emacs-c108132d3bb69d0cc8d2e0222a781dff9abca087.zip | |
Merge from origin/emacs-29
3bdbb66efb9 ; CONTRIBUTE: Minor stylistic changes.
d0eb12e8d3c Fix typo in section 14.1 of Emacs Manual
b2fbec37f39 ; * etc/EGLOT-NEWS: Clarify scope of topmost section
131ec049db0 Eglot: unbreak eglot-extend-to-xref on w32
0622e1f29f6 Eglot: ensure server shutdown turns off eglot-inlay-hints...
59f66ea3027 ; * lisp/emacs-lisp/package-vc.el: Remove completed item ...
d23dc3dd7e3 ; * lisp/emacs-lisp/package-vc.el (package-vc): Fix manua...
4508a024e81 ; Clarify documentation of 'cursor' text property
d2e82817a3f Add two typescript-ts-mode faces (bug#62429)
10918fc9d24 Fix scrolling window when point moves up
9b32bc134c4 Improve documentation of 'defcustom's :set keyword
ab4273056e0 Comp fix calls to redefined primtives with op-bytecode (b...
c98929c7e18 ; Fix last change
a14c3f62a67 ; Fix last change
09fece5722f Fix duplicate defcustom in eww.el
e45bd10a3d9 Fix indentation regression in 'C-h l'
46fd10a7600 * doc/misc/tramp.texi (Remote shell setup): Clarify use o...
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 46ef5146136..65892f8621e 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2383,10 +2383,11 @@ This uses also the settings in @code{tramp-sh-extra-args}. | |||
| 2383 | @vindex RemoteCommand@r{, ssh option} | 2383 | @vindex RemoteCommand@r{, ssh option} |
| 2384 | @strong{Note}: If you use an @option{ssh}-based method for connection, | 2384 | @strong{Note}: If you use an @option{ssh}-based method for connection, |
| 2385 | do @emph{not} set the @option{RemoteCommand} option in your | 2385 | do @emph{not} set the @option{RemoteCommand} option in your |
| 2386 | @command{ssh} configuration, for example to @command{screen}. On the | 2386 | @command{ssh} configuration to something like @command{screen}. If |
| 2387 | other hand, some @option{ssh}-based methods, like @option{sshx} or | 2387 | used, @option{RemoteCommand} must open an interactive shell on the |
| 2388 | @option{scpx}, silently overwrite a @option{RemoteCommand} option of | 2388 | remote host. On the other hand, some @option{ssh}-based methods, like |
| 2389 | the configuration file. | 2389 | @option{sshx} or @option{scpx}, silently overwrite a |
| 2390 | @option{RemoteCommand} option of the configuration file. | ||
| 2390 | 2391 | ||
| 2391 | 2392 | ||
| 2392 | @subsection Other remote shell setup hints | 2393 | @subsection Other remote shell setup hints |