diff options
| author | Michael Albinus | 2023-07-11 12:18:31 +0200 |
|---|---|---|
| committer | Jim Porter | 2023-07-12 16:40:03 -0700 |
| commit | afefdfb6a110e68e483c4854fc1a8caddc31388c (patch) | |
| tree | 3ef98d7dc020f34c44fcef8dd3c2d897f57e6231 | |
| parent | b1cda740b8d474438a200a3882c8ba70c6f88d14 (diff) | |
| download | emacs-scratch/emacs-29-eshell-docs.tar.gz emacs-scratch/emacs-29-eshell-docs.zip | |
; * doc/misc/eshell.texi (Invocation): Whitespace cleanup.scratch/emacs-29-eshell-docs
Do not merge to master. This is a backport of 04710bd01b2.
| -rw-r--r-- | doc/misc/eshell.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 01b88724f60..3b8eb8d353c 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -267,7 +267,7 @@ As an ordinary Lisp function | |||
| 267 | @vindex eshell-prefer-lisp-functions | 267 | @vindex eshell-prefer-lisp-functions |
| 268 | If you would prefer to use ordinary Lisp functions over external | 268 | If you would prefer to use ordinary Lisp functions over external |
| 269 | programs, set the option @code{eshell-prefer-lisp-functions} to | 269 | programs, set the option @code{eshell-prefer-lisp-functions} to |
| 270 | @code{t}. This will swap the lookup order of the last two items. You | 270 | @code{t}. This will swap the lookup order of the last two items. You |
| 271 | can also force Eshell to look for a command as an external program by | 271 | can also force Eshell to look for a command as an external program by |
| 272 | prefixing its name with @kbd{*}, like @code{*@var{command}} | 272 | prefixing its name with @kbd{*}, like @code{*@var{command}} |
| 273 | (@pxref{Built-ins}). | 273 | (@pxref{Built-ins}). |