diff options
| author | Michael Albinus | 2023-10-25 12:24:34 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-10-25 12:24:34 +0200 |
| commit | c4e9a6159a3603c94ffbf5fe05f50c93f4ccc451 (patch) | |
| tree | b556a30ba5e797aeb5e938a30e9ab489ebe39efa | |
| parent | 6dca3a8eab24135cff56ac1f4671040ef73e9ba3 (diff) | |
| download | emacs-c4e9a6159a3603c94ffbf5fe05f50c93f4ccc451.tar.gz emacs-c4e9a6159a3603c94ffbf5fe05f50c93f4ccc451.zip | |
* doc/man/emacsclient.1: Fix --tramp option.
| -rw-r--r-- | doc/man/emacsclient.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1 index acc2edd4609..0acf3dd339e 100644 --- a/doc/man/emacsclient.1 +++ b/doc/man/emacsclient.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" See section COPYING for conditions for redistribution. | 1 | .\" See section COPYING for conditions for redistribution. |
| 2 | .TH EMACSCLIENT 1 "2023-10-16" "GNU Emacs" "GNU" | 2 | .TH EMACSCLIENT 1 "2023-10-25" "GNU Emacs" "GNU" |
| 3 | .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection | 3 | .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection |
| 4 | .\" other params are allowed: see man(7), man(1) | 4 | .\" other params are allowed: see man(7), man(1) |
| 5 | .SH NAME | 5 | .SH NAME |
| @@ -119,7 +119,7 @@ This can also be specified via the EMACS_SOCKET_NAME environment variable. | |||
| 119 | .B \-nw, \-t, \-\-tty | 119 | .B \-nw, \-t, \-\-tty |
| 120 | Open a new Emacs frame on the current terminal. | 120 | Open a new Emacs frame on the current terminal. |
| 121 | .TP | 121 | .TP |
| 122 | .B \-T, \-\-tramp-prefix=PREFIX | 122 | .B \-T, \-\-tramp=PREFIX |
| 123 | Set PREFIX to add to filenames for Emacs to locate files on remote | 123 | Set PREFIX to add to filenames for Emacs to locate files on remote |
| 124 | machines using TRAMP. This is mostly useful in combination with using | 124 | machines using TRAMP. This is mostly useful in combination with using |
| 125 | the Emacs server over TCP with --server-file. This can also be | 125 | the Emacs server over TCP with --server-file. This can also be |