]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/tramp.texi (Obtaining Tramp): Tramp is available via GNU ELPA.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 25 May 2019 11:24:47 +0000 (13:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 25 May 2019 11:24:47 +0000 (13:24 +0200)
doc/misc/tramp.texi

index 2eb5b45eb2a1b680a6cc8734cabed9c41cea5eb2..53836c16a76b31d2eb364cf1ea697672f662592c 100644 (file)
@@ -308,12 +308,16 @@ behind the scenes when you open a file with @value{tramp}.
 @node Obtaining @value{tramp}
 @chapter Obtaining @value{tramp}
 @cindex obtaining @value{tramp}
+@cindex GNU ELPA
 
 @value{tramp} is included as part of Emacs (since Emacs 22.1).
 
 @value{tramp} is also freely packaged for download on the Internet at
 @uref{https://ftp.gnu.org/gnu/tramp/}.
 
+@value{tramp} is available as @uref{https://elpa.gnu.org, GNU ELPA}
+package.
+
 @value{tramp} development versions are available on Git servers.
 Development versions contain new and incomplete features.
 
@@ -3095,11 +3099,11 @@ variables.
 
 @vindex async-shell-command-width
 @vindex COLUMNS@r{, environment variable}
-If Emacs supports the variable @code{async-shell-command-width} (since Emacs
-27.1), @value{tramp} cares about its value for asynchronous shell
-commands.  It specifies the number of display columns for command
-output.  For synchronous shell commands, a similar effect can be
-achieved by adding the environment variable @env{COLUMNS} to
+If Emacs supports the variable @code{async-shell-command-width} (since
+Emacs 27.1), @value{tramp} cares about its value for asynchronous
+shell commands.  It specifies the number of display columns for
+command output.  For synchronous shell commands, a similar effect can
+be achieved by adding the environment variable @env{COLUMNS} to
 @code{tramp-remote-process-environment}.