diff options
| author | Michael Albinus | 2024-01-06 18:14:15 +0100 |
|---|---|---|
| committer | Michael Albinus | 2024-01-06 18:14:15 +0100 |
| commit | 3071f6981d5b93b77abbd5cf4a36e15b0b410f3d (patch) | |
| tree | 836891ee60b576cc545cd7c75581c3134d1d0afc | |
| parent | e48a396d4ba1694e083f900dda1f41cc41d00ead (diff) | |
| download | emacs-3071f6981d5b93b77abbd5cf4a36e15b0b410f3d.tar.gz emacs-3071f6981d5b93b77abbd5cf4a36e15b0b410f3d.zip | |
Minor change in tramp.texi
* doc/misc/tramp.texi (Obtaining @value{tramp}): Mention the ELPA
Tramp manual.
| -rw-r--r-- | doc/misc/tramp.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 7e938d0f97f..56945d3071c 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -321,7 +321,7 @@ behind the scenes when you open a file with @value{tramp}. | |||
| 321 | @cindex GNU ELPA | 321 | @cindex GNU ELPA |
| 322 | @vindex tramp-version | 322 | @vindex tramp-version |
| 323 | 323 | ||
| 324 | @value{tramp} is included as part of Emacs (since @w{Emacs 22.1}). | 324 | @value{tramp} is included as part of Emacs. |
| 325 | 325 | ||
| 326 | @value{tramp} is also freely packaged for download on the Internet at | 326 | @value{tramp} is also freely packaged for download on the Internet at |
| 327 | @uref{https://ftp.gnu.org/gnu/tramp/}. The version number of | 327 | @uref{https://ftp.gnu.org/gnu/tramp/}. The version number of |
| @@ -343,10 +343,12 @@ versions packaged with Emacs can be retrieved by | |||
| 343 | @end lisp | 343 | @end lisp |
| 344 | 344 | ||
| 345 | @value{tramp} is also available as @uref{https://elpa.gnu.org, GNU | 345 | @value{tramp} is also available as @uref{https://elpa.gnu.org, GNU |
| 346 | ELPA} package. Besides the standalone releases, further minor versions | 346 | ELPA} package. Besides the standalone releases, further minor |
| 347 | of @value{tramp} will appear on GNU ELPA, until the next @value{tramp} | 347 | versions of @value{tramp} will appear on GNU ELPA, until the next |
| 348 | release appears. These minor versions have a four-number string, like | 348 | @value{tramp} release appears. These minor versions have a |
| 349 | ``2.4.5.1''. | 349 | four-number string, like ``2.4.5.1''. The manual of the latest |
| 350 | @value{tramp} ELPA package is located at | ||
| 351 | @uref{https://elpa.gnu.org/packages/doc/tramp.html}. | ||
| 350 | 352 | ||
| 351 | @value{tramp} development versions are available on Git servers. | 353 | @value{tramp} development versions are available on Git servers. |
| 352 | Development versions contain new and incomplete features. The | 354 | Development versions contain new and incomplete features. The |