diff options
| author | Lars Ingebrigtsen | 2022-03-25 19:01:51 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-03-25 19:02:04 +0100 |
| commit | 4ec9f9edd130ced5b08e7bdb69b2841d082ca9f1 (patch) | |
| tree | 0ef6b1995248ac42da55a0902f7f1ee573a2da77 | |
| parent | d3d6f1c9bd6e56b30534b8bede2c88b6bfb588b9 (diff) | |
| download | emacs-4ec9f9edd130ced5b08e7bdb69b2841d082ca9f1.tar.gz emacs-4ec9f9edd130ced5b08e7bdb69b2841d082ca9f1.zip | |
Fix eshell-explicit-command-char doc string typo
* lisp/eshell/esh-ext.el (eshell-explicit-command-char): Fix typo
in doc string (bug#54567).
| -rw-r--r-- | lisp/eshell/esh-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index fc023f23ce2..98902fc6f23 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -163,7 +163,7 @@ by the user on the command line." | |||
| 163 | 163 | ||
| 164 | (defcustom eshell-explicit-command-char ?* | 164 | (defcustom eshell-explicit-command-char ?* |
| 165 | "If this char occurs before a command name, call it externally. | 165 | "If this char occurs before a command name, call it externally. |
| 166 | That is, although `vi' may be an alias, `\vi' will always call the | 166 | That is, although `vi' may be an alias, `*vi' will always call the |
| 167 | external version." | 167 | external version." |
| 168 | :type 'character | 168 | :type 'character |
| 169 | :group 'eshell-ext) | 169 | :group 'eshell-ext) |