aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/eshell.texi12
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
213input line into a callable Lisp form.@footnote{To see the Lisp form that will be invoked, type: @samp{eshell-parse-command "echo hello"}} 213input 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
215The command can be either an Elisp function or an external command. 215The command can be either an Elisp function or an external command.
216Eshell looks first for an @ref{Aliases, alias} with the same name as the 216Eshell looks first for an alias (@pxref{Aliases}) with the same name as the
217command, then a @ref{Built-ins, built-in command} or a function with the 217command, then a built-in (@pxref{Built-ins}) or a function with the
218same name; if there is no match, it then tries to execute it as an 218same name; if there is no match, it then tries to execute it as an
219external command. 219external 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
255If you want to discard a given built-in command, you could declare an 255If you want to discard a given built-in command, you could declare an
256alias, @ref{Aliases}. Example: 256alias (@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"}.
629Eshell's globbing syntax is very similar to that of Zsh. Users coming 629Eshell's globbing syntax is very similar to that of Zsh. Users coming
630from Bash can still use Bash-style globbing, as there are no 630from Bash can still use Bash-style globbing, as there are no
631incompatibilities. Most globbing is pattern-based expansion, but there 631incompatibilities. Most globbing is pattern-based expansion, but there
632is also predicate-based expansion. See 632is also predicate-based expansion. @xref{Filename Generation, , ,
633@ref{Filename Generation, , , zsh, The Z Shell Manual} 633zsh, The Z Shell Manual}
634for full syntax. To customize the syntax and behavior of globbing in 634for full syntax. To customize the syntax and behavior of globbing in
635Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs, 635Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs,
636The GNU Emacs Manual}.} 636The GNU Emacs Manual}.}