summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-07-11 12:18:31 +0200
committerJim Porter <jporterbugs@gmail.com>2023-07-13 19:24:12 -0700
commitf529bf52eb5fcec7377307ac94ad3191156019b0 (patch)
treef6e19cb8aeae3b0c12576a4853e42946c2b13124
parent3a70354579819f883032fbf862d95f9f17649719 (diff)
downloademacs-f529bf52eb5fcec7377307ac94ad3191156019b0.tar.gz
; * doc/misc/eshell.texi (Invocation): Whitespace cleanup.
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
@vindex eshell-prefer-lisp-functions
If you would prefer to use ordinary Lisp functions over external
programs, set the option @code{eshell-prefer-lisp-functions} to
-@code{t}. This will swap the lookup order of the last two items. You
+@code{t}. This will swap the lookup order of the last two items. You
can also force Eshell to look for a command as an external program by
prefixing its name with @kbd{*}, like @code{*@var{command}}
(@pxref{Built-ins}).