aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJim Porter2023-08-15 22:09:14 -0700
committerJim Porter2023-08-15 22:09:14 -0700
commit21b2ecee66142cdc1a803415fd8a135be11abb4f (patch)
tree8640dea5d8eea418c815dc65b23246f8a0fed4d6 /doc
parent26949819df07cb36ed773cc9df6ca91f5f49e3d5 (diff)
downloademacs-21b2ecee66142cdc1a803415fd8a135be11abb4f.tar.gz
emacs-21b2ecee66142cdc1a803415fd8a135be11abb4f.zip
Fix command example in Eshell manual
* doc/misc/eshell.texi (Introduction): Fix example (bug#65303). Reported by Eric Gillespie <brickviking@gmail.com>.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/eshell.texi2
1 files changed, 1 insertions, 1 deletions
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.
141Any tool you use often deserves the time spent learning to master it. 141Any tool you use often deserves the time spent learning to master it.
142@footnote{For the understandably curious, here is what that command 142@footnote{For the understandably curious, here is what that command
143looks like: But don't let it fool you; once you know what's going on, 143looks like: But don't let it fool you; once you know what's going on,
144it's easier than it looks: @code{ls -lt **/*.doc(Lk+50aM+5)}.} 144it's easier than it looks: @code{ls -lt **/*.doc(Lk+100aM+6)}.}
145 145
146@menu 146@menu
147* Contributors to Eshell:: People who have helped out! 147* Contributors to Eshell:: People who have helped out!