]> code.delx.au - gnu-emacs/commitdiff
Fix Bug#23032
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 19 Mar 2016 15:51:46 +0000 (16:51 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 19 Mar 2016 15:51:46 +0000 (16:51 +0100)
* doc/misc/eshell.texi (Arguments): Mention the pipe symbol in
remote file names.  (Bug#23032)

doc/misc/eshell.texi

index f90c7d3e8fbb1a2a4d4769173d471fdfe761dbef..a7a3840aa5f426a06fde2c5849273c941314e9f2 100644 (file)
@@ -252,7 +252,9 @@ need to use a function that takes some other data type, you will need to
 call it in an Elisp expression (which can also be used with
 @ref{Expansion, expansions}).  As with other shells, you can
 escape special characters and spaces with the backslash (@code{\}) and
-apostrophes (@code{''}) and double quotes (@code{""}).
+apostrophes (@code{''}) and double quotes (@code{""}).  This is needed
+especially for file names with special characters like pipe
+(@code{|}), which could be part of remote file names.
 
 @node Built-ins