diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-07-29 16:41:18 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-07-29 16:41:18 +0200 |
commit | 4a07d3c7d40c00d8b6d5ca1daaf6a8c6513a1ff9 (patch) | |
tree | 64f04b72a0d77cc0084199e627d6229c25827917 | |
parent | 28bf56b8718fc545ed94e3fdb09a3cfa446ca61e (diff) | |
download | emacs-4a07d3c7d40c00d8b6d5ca1daaf6a8c6513a1ff9.tar.gz emacs-4a07d3c7d40c00d8b6d5ca1daaf6a8c6513a1ff9.tar.bz2 emacs-4a07d3c7d40c00d8b6d5ca1daaf6a8c6513a1ff9.zip |
Tramp doc edit
* doc/misc/tramp.texi: Use it.
* doc/misc/trampver.texi: Declare @trampurl.
-rw-r--r-- | doc/misc/tramp.texi | 2 | ||||
-rw-r--r-- | doc/misc/trampver.texi | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index c018033cdab..b4195111d4a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -59,7 +59,7 @@ local and the remote host, whereas @value{tramp} uses a combination of @command{ssh}/@command{scp}. You can find the latest version of this document on the web at -@uref{https://www.gnu.org/software/tramp/}. +@uref{@value{trampurl}}. @ifhtml The latest release of @value{tramp} is available for diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index aabb2f8acc3..dbebbc36812 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -9,6 +9,7 @@ @c tramp.el, and the bug report address is auto-frobbed from @c configure.ac. @set trampver 2.5.0-pre +@set trampurl https://www.gnu.org/software/tramp/ @set tramp-bug-report-address tramp-devel@@gnu.org @set emacsver 25.1 |