; * doc/misc/eshell.texi (Built-ins): Correct a typo.

This commit is contained in:
Eric Frederickson 2025-09-16 13:03:15 -05:00 committed by Jim Porter
parent 25686c9a70
commit d4ee087eba

View file

@ -607,7 +607,7 @@ ls is an alias, defined as "*ls $@@*"
@group
~ $ alias compile 'apply #''compile $*'
~ $ which compile
ls is an alias, defined as "apply #'compile $*"
compile is an alias, defined as "apply #'compile $*"
@end group
@end example