[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master f7e83d9673: Merge from origin/emacs-28
From: |
Stefan Kangas |
Subject: |
master f7e83d9673: Merge from origin/emacs-28 |
Date: |
Sat, 26 Mar 2022 01:49:39 -0400 (EDT) |
branch: master
commit f7e83d9673609817d23d6ddeea863deaac8842f0
Merge: c16b296939 4ec9f9edd1
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>
Merge from origin/emacs-28
4ec9f9edd1 Fix eshell-explicit-command-char doc string typo
---
lisp/eshell/esh-ext.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index fc023f23ce..98902fc6f2 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -163,7 +163,7 @@ by the user on the command line."
(defcustom eshell-explicit-command-char ?*
"If this char occurs before a command name, call it externally.
-That is, although `vi' may be an alias, `\vi' will always call the
+That is, although `vi' may be an alias, `*vi' will always call the
external version."
:type 'character
:group 'eshell-ext)