diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /doc/misc/eshell.texi | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
Diffstat (limited to 'doc/misc/eshell.texi')
| -rw-r--r-- | doc/misc/eshell.texi | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index f1d7c638056..df6e3b861e4 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -407,9 +407,16 @@ Summarize disk usage for each file. | |||
| 407 | 407 | ||
| 408 | @item echo | 408 | @item echo |
| 409 | @cmindex echo | 409 | @cmindex echo |
| 410 | Echoes its input. If @code{eshell-plain-echo-behavior} is | 410 | Echoes its input. By default, this prints in a Lisp-friendly fashion |
| 411 | non-@code{nil}, @command{echo} will try to behave more like a plain | 411 | (so that the value is useful to a Lisp command using the result of |
| 412 | shell's @command{echo}. | 412 | @command{echo} as an argument). If a single argument is passed, |
| 413 | @command{echo} prints that; if multiple arguments are passed, it | ||
| 414 | prints a list of all the arguments; otherwise, it prints the empty | ||
| 415 | string. | ||
| 416 | |||
| 417 | If @code{eshell-plain-echo-behavior} is non-@code{nil}, @command{echo} | ||
| 418 | will try to behave more like a plain shell's @command{echo}, printing | ||
| 419 | each argument as a string, separated by a space. | ||
| 413 | 420 | ||
| 414 | @item env | 421 | @item env |
| 415 | @cmindex env | 422 | @cmindex env |