From 21b2ecee66142cdc1a803415fd8a135be11abb4f Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Tue, 15 Aug 2023 22:09:14 -0700 Subject: [PATCH] Fix command example in Eshell manual * doc/misc/eshell.texi (Introduction): Fix example (bug#65303). Reported by Eric Gillespie . --- doc/misc/eshell.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 6515b1ac732..c9d84cf2851 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -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. @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, -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 * Contributors to Eshell:: People who have helped out! -- 2.39.5