]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention remote file name completion in Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Feb 2018 20:30:03 +0000 (22:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Feb 2018 20:30:03 +0000 (22:30 +0200)
* doc/emacs/mini.texi (Minibuffer File): Describe the behavior of
"//" with remote file names.  (Bug#29149)

doc/emacs/mini.texi

index fcd229d817c96377f54c1755956e2088275ee0fc..35cffc1db923080b099b58e7a9fd69b89c7ffc21 100644 (file)
@@ -119,6 +119,12 @@ second slash in the pair.  In the example above,
 the terminal allows it.  (To disable this dimming, turn off File Name
 Shadow mode with the command @kbd{M-x file-name-shadow-mode}.)
 
+  When completing remote file names (@pxref{Remote Files}), a double
+slash behaves slightly differently: it causes Emacs to ignore only the
+file-name part, leaving the rest (method, host and username, etc.)
+intact.  Typing three slashes in a row ignores everything in remote
+file names.  @xref{File name completion,,, tramp, The Tramp Manual}.
+
 @cindex home directory shorthand
   Emacs interprets @file{~/} as your home directory.  Thus,
 @file{~/foo/bar.txt} specifies a file named @file{bar.txt}, inside a