From d4ee087eba4da6268634a0e64a7d6fa82e13a6ac Mon Sep 17 00:00:00 2001 From: Eric Frederickson Date: Tue, 16 Sep 2025 13:03:15 -0500 Subject: [PATCH] ; * doc/misc/eshell.texi (Built-ins): Correct a typo. --- 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 75a459580a9..daaa62719a5 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -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