[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 276a74f0f70: ; Fix documentation of a recent change in Eshell
From: |
Eli Zaretskii |
Subject: |
master 276a74f0f70: ; Fix documentation of a recent change in Eshell |
Date: |
Thu, 12 Dec 2024 00:41:14 -0500 (EST) |
branch: master
commit 276a74f0f70126d099b64fefbcafa09758c20b2e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; Fix documentation of a recent change in Eshell
* lisp/eshell/em-hist.el (eshell-history-isearch): Fix typo and
wording. (Bug#74287)
---
lisp/eshell/em-hist.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index 4bcf434f6e4..2d48884bdb6 100644
--- a/lisp/eshell/em-hist.el
+++ b/lisp/eshell/em-hist.el
@@ -132,13 +132,13 @@ whitespace."
:risky t)
(defcustom eshell-history-isearch nil
- "Non-nil to Isearch in input history only.
-If t, usual Isearch keys like \\[isearch-forward] in Eshell search in
-the input history only. If `dwim', Isearch in the input history when
-point is at the command line, otherwise search in the current Eshell
-buffer."
+ "If non-nil, Isearch searches in Eshell input history.
+If t, usual Isearch keys like \\[isearch-forward] in Eshell search only
+in the input history. If `dwim', Isearch commands search in the input
+history when point is at the command line after the last prompt. The
+value nil (the default) means to search in the current Eshell buffer."
:type '(choice (const :tag "Don't search in input history" nil)
- (const :tag "Search histroy when point is on command line"
dwim)
+ (const :tag "Search history when point is on command line"
dwim)
(const :tag "Always search in input history" t))
:version "31.1")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 276a74f0f70: ; Fix documentation of a recent change in Eshell,
Eli Zaretskii <=