diff options
| author | Michael Albinus | 2016-02-24 11:02:48 +0100 |
|---|---|---|
| committer | Michael Albinus | 2016-02-24 11:02:48 +0100 |
| commit | ce6a03cb00fb95b3e32440c1388d5f40375aadb2 (patch) | |
| tree | d176d06281352303aebc574d9cf89d23e0173930 | |
| parent | 378d138e64e9389e277e95528c143dc2456727a5 (diff) | |
| download | emacs-ce6a03cb00fb95b3e32440c1388d5f40375aadb2.tar.gz emacs-ce6a03cb00fb95b3e32440c1388d5f40375aadb2.zip | |
Fix problem in tramp.texi
* doc/misc/tramp.texi (File name completion): Do not use
@trampfn{} for IPv6 addresses. Somehow, it results in errors
during PDF creation.
| -rw-r--r-- | doc/misc/tramp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 0eb7334e84b..45518b2ce79 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2219,7 +2219,8 @@ shows host names @value{tramp} from @file{/etc/hosts} file, for example. | |||
| 2219 | @multitable @columnfractions .5 .5 | 2219 | @multitable @columnfractions .5 .5 |
| 2220 | @c @multitable {@trampfn{telnet,melancholia.danann.net,}} {@trampfn{telnet,192.168.0.1,}} | 2220 | @c @multitable {@trampfn{telnet,melancholia.danann.net,}} {@trampfn{telnet,192.168.0.1,}} |
| 2221 | @item @trampfn{telnet,127.0.0.1,} @tab @trampfn{telnet,192.168.0.1,} | 2221 | @item @trampfn{telnet,127.0.0.1,} @tab @trampfn{telnet,192.168.0.1,} |
| 2222 | @item @trampfn{telnet,@value{ipv6prefix}::1@value{ipv6postfix},} @tab @trampfn{telnet,localhost,} | 2222 | @c @item @trampfn{telnet,@value{ipv6prefix}::1@value{ipv6postfix},} @tab @trampfn{telnet,localhost,} |
| 2223 | @item @value{prefix}telnet@value{postfixhop}@value{ipv6prefix}::1@value{ipv6postfix}@value{postfix} @tab @trampfn{telnet,localhost,} | ||
| 2223 | @item @trampfn{telnet,melancholia.danann.net,} @tab @trampfn{telnet,melancholia,} | 2224 | @item @trampfn{telnet,melancholia.danann.net,} @tab @trampfn{telnet,melancholia,} |
| 2224 | @end multitable | 2225 | @end multitable |
| 2225 | @end example | 2226 | @end example |