aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-07-11 12:18:31 +0200
committerJim Porter2023-07-12 18:40:01 -0700
commit9e4e51bba98959dd8d19559a88da1019687c6c9c (patch)
tree7f95fb0fd972d8a2279a15cd88c4cd43306697d1
parentb5c41cc1db1bc35023c1f56b5cfa472e8d93174c (diff)
downloademacs-scratch/backport-eshell-docs-to-29.tar.gz
emacs-scratch/backport-eshell-docs-to-29.zip
; * doc/misc/eshell.texi (Invocation): Whitespace cleanup.scratch/backport-eshell-docs-to-29
Do not merge to master. This is a backport of 04710bd01b2.
-rw-r--r--doc/misc/eshell.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index e05c1fc5baa..9141063408b 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
268If you would prefer to use ordinary Lisp functions over external 268If you would prefer to use ordinary Lisp functions over external
269programs, set the option @code{eshell-prefer-lisp-functions} to 269programs, 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
271can also force Eshell to look for a command as an external program by 271can also force Eshell to look for a command as an external program by
272prefixing its name with @kbd{*}, like @code{*@var{command}} 272prefixing its name with @kbd{*}, like @code{*@var{command}}
273(@pxref{Built-ins}). 273(@pxref{Built-ins}).