[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/emacs-29-eshell-docs afefdfb6a11 9/9: ; * doc/misc/eshell.texi (
|
From: |
Jim Porter |
|
Subject: |
scratch/emacs-29-eshell-docs afefdfb6a11 9/9: ; * doc/misc/eshell.texi (Invocation): Whitespace cleanup. |
|
Date: |
Wed, 12 Jul 2023 20:06:52 -0400 (EDT) |
branch: scratch/emacs-29-eshell-docs
commit afefdfb6a110e68e483c4854fc1a8caddc31388c
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Jim Porter <jporterbugs@gmail.com>
; * doc/misc/eshell.texi (Invocation): Whitespace cleanup.
Do not merge to master. This is a backport of 04710bd01b2.
---
doc/misc/eshell.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
@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}).
- branch scratch/emacs-29-eshell-docs created (now afefdfb6a11), Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs dce574dfde7 2/9: Restructure Eshell extension modules documentation, Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs d2be413c027 3/9: Correct the Eshell documentation about how to write new modules, Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs a3e03964a0d 1/9: ; * doc/misc/eshell.texi (Bugs and ideas): Remove implemented feature., Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs b1cda740b8d 8/9: Add documentation about remote access in Eshell, Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs d7a30977755 4/9: Document optional Eshell modules, Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs 54899c3e1b3 6/9: ; * doc/misc/eshell.texi: Fix typos and clean up unclear wording., Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs 1a99a7e4b61 7/9: ; * doc/misc/eshell.texi: Fix last change., Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs a1a57f821ea 5/9: Document some missing Eshell commands, Jim Porter, 2023/07/12
- scratch/emacs-29-eshell-docs afefdfb6a11 9/9: ; * doc/misc/eshell.texi (Invocation): Whitespace cleanup.,
Jim Porter <=