diff options
| author | Paul Eggert | 2016-03-22 11:04:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-22 11:04:36 -0700 |
| commit | f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd (patch) | |
| tree | 770fbf699587d51ed3a374c6f01bdd655394c66c /doc/misc | |
| parent | 4869e0d85a215e7fb0262430a48aa4d5804bf0a4 (diff) | |
| parent | b8ea08b037fb16395b90481162587706e71b487c (diff) | |
| download | emacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.tar.gz emacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.zip | |
-
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eshell.texi | 4 |
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 | |||
| 252 | call it in an Elisp expression (which can also be used with | 252 | call 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 |
| 254 | escape special characters and spaces with the backslash (@code{\}) and | 254 | escape special characters and spaces with the backslash (@code{\}) and |
| 255 | apostrophes (@code{''}) and double quotes (@code{""}). | 255 | apostrophes (@code{''}) and double quotes (@code{""}). This is needed |
| 256 | especially 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 | ||