aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2016-03-19 16:51:46 +0100
committerMichael Albinus2016-03-19 16:51:46 +0100
commitfc3cd53900eb5e80b91b6d2615b3800fd2f59c16 (patch)
treece2d116f76fa175ed6a4ad255f129b6475c8297e
parentdd2737b375d1eb3d7e0acbb9544fc8c85403d65e (diff)
downloademacs-fc3cd53900eb5e80b91b6d2615b3800fd2f59c16.tar.gz
emacs-fc3cd53900eb5e80b91b6d2615b3800fd2f59c16.zip
Fix Bug#23032
* doc/misc/eshell.texi (Arguments): Mention the pipe symbol in remote file names. (Bug#23032)
-rw-r--r--doc/misc/eshell.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index f90c7d3e8fb..a7a3840aa5f 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -252,7 +252,9 @@ need to use a function that takes some other data type, you will need to
252call it in an Elisp expression (which can also be used with 252call it in an Elisp expression (which can also be used with
253@ref{Expansion, expansions}). As with other shells, you can 253@ref{Expansion, expansions}). As with other shells, you can
254escape special characters and spaces with the backslash (@code{\}) and 254escape special characters and spaces with the backslash (@code{\}) and
255apostrophes (@code{''}) and double quotes (@code{""}). 255apostrophes (@code{''}) and double quotes (@code{""}). This is needed
256especially for file names with special characters like pipe
257(@code{|}), which could be part of remote file names.
256 258
257@node Built-ins 259@node Built-ins
258 260