diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eshell.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 42250a44703..8366006eaae 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -213,8 +213,8 @@ available in the Emacs Lisp library. It does this by transforming the | |||
| 213 | input line into a callable Lisp form.@footnote{To see the Lisp form that will be invoked, type: @samp{eshell-parse-command "echo hello"}} | 213 | input line into a callable Lisp form.@footnote{To see the Lisp form that will be invoked, type: @samp{eshell-parse-command "echo hello"}} |
| 214 | 214 | ||
| 215 | The command can be either an Elisp function or an external command. | 215 | The command can be either an Elisp function or an external command. |
| 216 | Eshell looks first for an @ref{Aliases, alias} with the same name as the | 216 | Eshell looks first for an alias (@pxref{Aliases}) with the same name as the |
| 217 | command, then a @ref{Built-ins, built-in command} or a function with the | 217 | command, then a built-in (@pxref{Built-ins}) or a function with the |
| 218 | same name; if there is no match, it then tries to execute it as an | 218 | same name; if there is no match, it then tries to execute it as an |
| 219 | external command. | 219 | external command. |
| 220 | 220 | ||
| @@ -253,7 +253,7 @@ eshell/ls is a compiled Lisp function in `em-ls.el' | |||
| 253 | @end example | 253 | @end example |
| 254 | 254 | ||
| 255 | If you want to discard a given built-in command, you could declare an | 255 | If you want to discard a given built-in command, you could declare an |
| 256 | alias, @ref{Aliases}. Example: | 256 | alias (@pxref{Aliases}). Example: |
| 257 | 257 | ||
| 258 | @example | 258 | @example |
| 259 | ~ $ which sudo | 259 | ~ $ which sudo |
| @@ -418,7 +418,7 @@ Lisp functions, based on successful completion). | |||
| 418 | 418 | ||
| 419 | @end table | 419 | @end table |
| 420 | 420 | ||
| 421 | @ref{Aliases} for the built-in variables @samp{$*}, @samp{$1}, | 421 | @xref{Aliases} for the built-in variables @samp{$*}, @samp{$1}, |
| 422 | @samp{$2}, @dots{}, in alias definitions. | 422 | @samp{$2}, @dots{}, in alias definitions. |
| 423 | 423 | ||
| 424 | @node Variables | 424 | @node Variables |
| @@ -629,8 +629,8 @@ to @code{"hello"}. | |||
| 629 | Eshell's globbing syntax is very similar to that of Zsh. Users coming | 629 | Eshell's globbing syntax is very similar to that of Zsh. Users coming |
| 630 | from Bash can still use Bash-style globbing, as there are no | 630 | from Bash can still use Bash-style globbing, as there are no |
| 631 | incompatibilities. Most globbing is pattern-based expansion, but there | 631 | incompatibilities. Most globbing is pattern-based expansion, but there |
| 632 | is also predicate-based expansion. See | 632 | is also predicate-based expansion. @xref{Filename Generation, , , |
| 633 | @ref{Filename Generation, , , zsh, The Z Shell Manual} | 633 | zsh, The Z Shell Manual} |
| 634 | for full syntax. To customize the syntax and behavior of globbing in | 634 | for full syntax. To customize the syntax and behavior of globbing in |
| 635 | Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs, | 635 | Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs, |
| 636 | The GNU Emacs Manual}.} | 636 | The GNU Emacs Manual}.} |