diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-11-29 17:00:02 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-11-29 17:00:02 +0100 |
commit | 079625d3c618188fc76b89f8d942f0e7004d0312 (patch) | |
tree | a483f676742bdf632fc0099d697fc36df3cd3d29 /doc/misc/trampver.texi | |
parent | 067c65578e02034d7605f1dcaf6a6d0c4bbdbda3 (diff) | |
download | emacs-079625d3c618188fc76b89f8d942f0e7004d0312.tar.gz emacs-079625d3c618188fc76b89f8d942f0e7004d0312.tar.bz2 emacs-079625d3c618188fc76b89f8d942f0e7004d0312.zip |
Tramp cleanup
* doc/misc/tramp.texi: Use @value{tramp} where appropriate.
* doc/misc/trampver.texi: Change "Tramp" format ifplaintext.
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
Ignore `memory-info'.
Diffstat (limited to 'doc/misc/trampver.texi')
-rw-r--r-- | doc/misc/trampver.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 9e1be52cd38..45cc12b2394 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -5,9 +5,8 @@ @c Copyright (C) 2003--2022 Free Software Foundation, Inc. @c See file doclicense.texi for copying conditions. -@c In the Tramp GIT, the version numbers are auto-frobbed from -@c tramp.el, and the bug report address is auto-frobbed from -@c configure.ac. +@c In the Tramp GIT, the version number and the bug report address +@c are auto-frobbed from configure.ac. @set trampver 2.6.0-pre @set trampurl https://www.gnu.org/software/tramp/ @set tramp-bug-report-address tramp-devel@@gnu.org @@ -19,7 +18,12 @@ @set infodir /usr/local/share/info @c Formatting of the tramp program name consistent. +@ifplaintext +@set tramp Tramp +@end ifplaintext +@ifnotplaintext @set tramp @sc{Tramp} +@end ifnotplaintext @c Some flags which define the remote file name syntax. @ifclear unified |