aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-07-11 12:18:31 +0200
committerMichael Albinus2023-07-11 12:18:31 +0200
commit04710bd01b201d0bdeeccacbd6faecfebf97801b (patch)
treeb86eb6336b39ed7fb29b82248e406080b528b808
parent112e71914a98cd21d222b9abe9d2fc52eb8852ea (diff)
downloademacs-04710bd01b201d0bdeeccacbd6faecfebf97801b.tar.gz
emacs-04710bd01b201d0bdeeccacbd6faecfebf97801b.zip
; * doc/misc/eshell.texi (Invocation): Whitespace cleanup.
-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 ecc12035650..9b9268ae4ea 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}).