]> git.eshelyaron.com Git - emacs.git/commitdiff
Rearrangements in tramp*.texi
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 2 Oct 2018 14:51:51 +0000 (16:51 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 2 Oct 2018 14:51:51 +0000 (16:51 +0200)
* 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'.

doc/misc/tramp.texi
doc/misc/trampver.texi

index 530e8dc1b4cd980852dcac629b308f3766bbcef3..7bc365ffdfee5c48ac7ae448b312162bbfe33f5e 100644 (file)
 @c This is *so* much nicer :)
 @footnotestyle end
 
-@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
-
 @copying
 Copyright @copyright{} 1999--2018 Free Software Foundation, Inc.
 
@@ -122,8 +112,11 @@ For the developer:
  --- The Detailed Node Listing ---
 @c
 @ifset installchapter
+
 Installing @value{tramp} with your Emacs
 
+* System Requirements::         Prerequisites for :@value{tramp} installation.
+* Basic Installation::          Installation steps.:
 * Installation parameters::     Parameters in order to control installation.
 * Testing::                     A test suite for @value{tramp}.
 * Load paths::                  How to plug-in @value{tramp} into your environment.
@@ -4107,7 +4100,7 @@ Unloading @value{tramp} resets Ange FTP plugins also.
 
 @c For the developer
 @node Files directories and localnames
-@chapter How file names, directories and localnames are mangled and managed.
+@chapter How file names, directories and localnames are mangled and managed
 
 @menu
 * Localname deconstruction::    Splitting a localname into its component parts.
index 807330bb9b1c4ba14e97903763280aaebc55830a..3a3ada9e8467037f8d6f5679de4f1b0eed10408c 100644 (file)
 @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