aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-02-03 22:30:03 +0200
committerEli Zaretskii2018-02-03 22:30:03 +0200
commitd2d5e548244b598d5908ad24640aa7c676ece044 (patch)
tree6ca3a654878ed71206cb76af378461fbd44eb008
parentf589f5ae6e19210b8520526fa3111243ca446b02 (diff)
downloademacs-d2d5e548244b598d5908ad24640aa7c676ece044.tar.gz
emacs-d2d5e548244b598d5908ad24640aa7c676ece044.zip
Mention remote file name completion in Emacs manual
* doc/emacs/mini.texi (Minibuffer File): Describe the behavior of "//" with remote file names. (Bug#29149)
-rw-r--r--doc/emacs/mini.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index fcd229d817c..35cffc1db92 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -119,6 +119,12 @@ second slash in the pair. In the example above,
119the terminal allows it. (To disable this dimming, turn off File Name 119the terminal allows it. (To disable this dimming, turn off File Name
120Shadow mode with the command @kbd{M-x file-name-shadow-mode}.) 120Shadow mode with the command @kbd{M-x file-name-shadow-mode}.)
121 121
122 When completing remote file names (@pxref{Remote Files}), a double
123slash behaves slightly differently: it causes Emacs to ignore only the
124file-name part, leaving the rest (method, host and username, etc.)
125intact. Typing three slashes in a row ignores everything in remote
126file names. @xref{File name completion,,, tramp, The Tramp Manual}.
127
122@cindex home directory shorthand 128@cindex home directory shorthand
123 Emacs interprets @file{~/} as your home directory. Thus, 129 Emacs interprets @file{~/} as your home directory. Thus,
124@file{~/foo/bar.txt} specifies a file named @file{bar.txt}, inside a 130@file{~/foo/bar.txt} specifies a file named @file{bar.txt}, inside a