Fix spelling

This commit is contained in:
Howard Abrams 2024-10-27 22:52:36 -07:00
parent 820e1853cb
commit f735e4c59e

View file

@ -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)