]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve the Archive file names tramp documentation
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Feb 2022 06:26:24 +0000 (07:26 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Feb 2022 06:26:24 +0000 (07:26 +0100)
* doc/misc/tramp.texi (Archive file names): Explicitly say how to
open an archive with Tramp (bug#25076).

doc/misc/tramp.texi

index ea544218ecd06cdd086552f5bb3fd0fd9aa3044b..8ee4ab24cd701d9573c1a1cbd0c790c40c3f322b 100644 (file)
@@ -4164,8 +4164,10 @@ methods}.  Internally, file archives are mounted via the
 @acronym{GVFS} @option{archive} method.
 
 A file archive is a regular file of kind @file{/path/to/dir/file.EXT}.
-The extension @samp{.EXT} identifies the type of the file archive.  A
-file inside a file archive, called archive file name, has the name
+The extension @samp{.EXT} identifies the type of the file archive.  To
+examine the contents of an archive with Dired, open file name as if it
+were a directory (i.e., open @file{/path/to/dir/file.EXT/}).  A file
+inside a file archive, called archive file name, has the name
 @file{/path/to/dir/file.EXT/dir/file}.
 
 Most of the @ref{Magic File Names, , magic file name operations,