1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 15:30:40 -08:00

Fix command example in Eshell manual

* doc/misc/eshell.texi (Introduction): Fix example (bug#65303).

Reported by Eric Gillespie <brickviking@gmail.com>.
This commit is contained in:
Jim Porter 2023-08-15 22:09:14 -07:00
parent 26949819df
commit 21b2ecee66

View file

@ -141,7 +141,7 @@ computer frequently enough, it is more than worthwhile in the long run.
Any tool you use often deserves the time spent learning to master it. Any tool you use often deserves the time spent learning to master it.
@footnote{For the understandably curious, here is what that command @footnote{For the understandably curious, here is what that command
looks like: But don't let it fool you; once you know what's going on, looks like: But don't let it fool you; once you know what's going on,
it's easier than it looks: @code{ls -lt **/*.doc(Lk+50aM+5)}.} it's easier than it looks: @code{ls -lt **/*.doc(Lk+100aM+6)}.}
@menu @menu
* Contributors to Eshell:: People who have helped out! * Contributors to Eshell:: People who have helped out!