diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-10-02 16:51:51 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-10-02 16:51:51 +0200 |
commit | 0f505bbef6bc70d16899a24512e8eeb8eab505b4 (patch) | |
tree | cf7f0f3eba7ae6da20f858fec7b28075886707f3 /doc/misc/trampver.texi | |
parent | dfbb207ff946792efebb31c0c59b8245c304544a (diff) | |
download | emacs-0f505bbef6bc70d16899a24512e8eeb8eab505b4.tar.gz emacs-0f505bbef6bc70d16899a24512e8eeb8eab505b4.tar.bz2 emacs-0f505bbef6bc70d16899a24512e8eeb8eab505b4.zip |
Rearrangements in tramp*.texi
* doc/misc/trampver.texi (trampfn): New macro, taken from tramp.texi.
* doc/misc/tramp.texi (trampfn): Moved to trampver.texi.
(Top): Add sections `System Requirement' and `Basic Installation'.
Diffstat (limited to 'doc/misc/trampver.texi')
-rw-r--r-- | doc/misc/trampver.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 807330bb9b1..3a3ada9e846 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -44,3 +44,13 @@ @set ipv6prefix @set ipv6postfix @end ifset + +@c Macro for formatting a file name according to the respective +@c syntax. Macro arguments should not have any leading or trailing +@c whitespace. Not very elegant, but I don't know it better. + +@macro trampfn {method, userhost, localname} +@value{prefix}@c +\method\@value{postfixhop}@c +\userhost\@value{postfix}\localname\ +@end macro |