diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2023-12-23 12:04:37 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2023-12-23 12:04:37 +0100 |
commit | a4751657389cf47c18416fa5d148ad2a67e14565 (patch) | |
tree | f70053f739fe34e3abc08c32e5c5533ea0c7ea73 /doc/man | |
parent | 1e5357d3d1f5ecf68f1f34d017954d591eaaed14 (diff) | |
download | emacs-a4751657389cf47c18416fa5d148ad2a67e14565.tar.gz emacs-a4751657389cf47c18416fa5d148ad2a67e14565.tar.bz2 emacs-a4751657389cf47c18416fa5d148ad2a67e14565.zip |
* doc/man/emacsclient.1: Fix --tramp option.
Diffstat (limited to 'doc/man')
-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 b04923262de..75f38e4e50e 100644 --- a/doc/man/emacsclient.1 +++ b/doc/man/emacsclient.1 @@ -1,5 +1,5 @@ .\" See section COPYING for conditions for redistribution. -.TH EMACSCLIENT 1 "2023-10-25" "GNU Emacs" "GNU" +.TH EMACSCLIENT 1 "2023-12-23" "GNU Emacs" "GNU" .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other params are allowed: see man(7), man(1) .SH NAME @@ -158,7 +158,7 @@ option, if present. .B EMACSCLIENT_TRAMP A prefix to add to filenames, intended to allow Emacs to locate files on remote machines using TRAMP. Will be overridden by the -.B \-\-tramp-prefix +.B \-\-tramp option, if present. .TP .B EMACS_SERVER_FILE |