aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2023-08-27 13:20:37 +0200
committerMichael Albinus2023-08-27 13:20:37 +0200
commit31d3808fb9df98b75d8b199885cc9875f26a9215 (patch)
treee784e0ced79b4fad4213152c83ec637e3400009a /doc/misc
parent0c50af054f94313c458495524c90205fd4415bc8 (diff)
downloademacs-31d3808fb9df98b75d8b199885cc9875f26a9215.tar.gz
emacs-31d3808fb9df98b75d8b199885cc9875f26a9215.zip
Adapt Eshell manual
* doc/misc/eshell.texi (Arguments): Mention more special characters to be quoted in remote file names. (Bug#65431)
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/eshell.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index c9d84cf2851..3c2b4bd3a7c 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -333,7 +333,8 @@ As with other shells, you can escape special characters and spaces by
333prefixing the character with a backslash (@samp{\}), or by surrounding 333prefixing the character with a backslash (@samp{\}), or by surrounding
334the string with apostrophes (@samp{''}) or double quotes (@samp{""}). 334the string with apostrophes (@samp{''}) or double quotes (@samp{""}).
335This is needed especially for file names with special characters like 335This is needed especially for file names with special characters like
336pipe (@samp{|}), which could be part of remote file names. 336pipe (@samp{|}) or square brackets (@samp{[} or @samp{]}), which could
337be part of remote file names.
337 338
338When you escape a character with @samp{\} outside of any quotes, the 339When you escape a character with @samp{\} outside of any quotes, the
339result is the literal character immediately following it. For 340result is the literal character immediately following it. For