From f735e4c59e1bd94bbda893cd1196460ef8d0cdc6 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 27 Oct 2024 22:52:36 -0700 Subject: [PATCH] Fix spelling --- ha-eshell.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-eshell.org b/ha-eshell.org index efda46e..04c4bb1 100644 --- a/ha-eshell.org +++ b/ha-eshell.org @@ -94,7 +94,7 @@ This is a cool and under-rated feature of Eshell. Type the following commands in - ~eshell-display-modifier-help~ - ~eshell-display-predicate-help~ -In short, use parens to limit the files, for instance: +In short, use parenthesis to limit the files, for instance: #+begin_src sh ls *.sh(*) # List shell scripts that are executable ls *(/) # List directories (recursively)