diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2024-04-07 09:15:42 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2024-04-07 09:15:42 +0200 |
commit | 19cee16576ef09990ac14d1ec5f0ddcd4594f5ce (patch) | |
tree | 609935b7e5d103562e16e1217071fb7fc5d1e2d2 /doc | |
parent | 2a41b6ba51457448b3937fbb1d9e06f62c3d5a9f (diff) | |
download | emacs-19cee16576ef09990ac14d1ec5f0ddcd4594f5ce.tar.gz emacs-19cee16576ef09990ac14d1ec5f0ddcd4594f5ce.tar.bz2 emacs-19cee16576ef09990ac14d1ec5f0ddcd4594f5ce.zip |
; * doc/emacs/misc.texi (emacsclient Options): Fix typo. (Bug#70238)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/misc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 48bc69456ad..488f6de04ed 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -2157,7 +2157,7 @@ running on a text terminal, it creates a new frame in the current text terminal. @item -T @var{tramp-prefix} -@itemx --tramp-prefix=@var{tramp-prefix} +@itemx --tramp=@var{tramp-prefix} Set the prefix to add to filenames for Emacs to locate files on remote machines (@pxref{Remote Files}) using TRAMP (@pxref{Top, The Tramp Manual,, tramp, The Tramp Manual}). This is mostly useful in |