diff options
| author | Eric Frederickson | 2025-09-16 13:03:15 -0500 |
|---|---|---|
| committer | Jim Porter | 2025-09-17 10:39:42 -0700 |
| commit | d4ee087eba4da6268634a0e64a7d6fa82e13a6ac (patch) | |
| tree | 53fd3f221e64b6a53462b178581933b962bd7816 | |
| parent | 25686c9a70f4ef103b1b858f4c997e79941836bb (diff) | |
| download | emacs-d4ee087eba4da6268634a0e64a7d6fa82e13a6ac.tar.gz emacs-d4ee087eba4da6268634a0e64a7d6fa82e13a6ac.zip | |
; * doc/misc/eshell.texi (Built-ins): Correct a typo.
| -rw-r--r-- | doc/misc/eshell.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@@*" | |||
| 607 | @group | 607 | @group |
| 608 | ~ $ alias compile 'apply #''compile $*' | 608 | ~ $ alias compile 'apply #''compile $*' |
| 609 | ~ $ which compile | 609 | ~ $ which compile |
| 610 | ls is an alias, defined as "apply #'compile $*" | 610 | compile is an alias, defined as "apply #'compile $*" |
| 611 | @end group | 611 | @end group |
| 612 | @end example | 612 | @end example |
| 613 | 613 | ||