Fix two warnings in eshell.texi
* doc/misc/eshell.texi (Built-ins, Globbing): Fix `.' or `,' must follow @xref, not `f' warnings.
This commit is contained in:
parent
d49cdd92fc
commit
715388acec
1 changed files with 2 additions and 2 deletions
|
@ -418,7 +418,7 @@ Lisp functions, based on successful completion).
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@xref{Aliases} for the built-in variables @samp{$*}, @samp{$1},
|
@xref{Aliases}, for the built-in variables @samp{$*}, @samp{$1},
|
||||||
@samp{$2}, @dots{}, in alias definitions.
|
@samp{$2}, @dots{}, in alias definitions.
|
||||||
|
|
||||||
@node Variables
|
@node Variables
|
||||||
|
@ -630,7 +630,7 @@ Eshell's globbing syntax is very similar to that of Zsh. Users coming
|
||||||
from Bash can still use Bash-style globbing, as there are no
|
from Bash can still use Bash-style globbing, as there are no
|
||||||
incompatibilities. Most globbing is pattern-based expansion, but there
|
incompatibilities. Most globbing is pattern-based expansion, but there
|
||||||
is also predicate-based expansion. @xref{Filename Generation, , ,
|
is also predicate-based expansion. @xref{Filename Generation, , ,
|
||||||
zsh, The Z Shell Manual}
|
zsh, The Z Shell Manual},
|
||||||
for full syntax. To customize the syntax and behavior of globbing in
|
for full syntax. To customize the syntax and behavior of globbing in
|
||||||
Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs,
|
Eshell see the Customize@footnote{@xref{Easy Customization, , , emacs,
|
||||||
The GNU Emacs Manual}.}
|
The GNU Emacs Manual}.}
|
||||||
|
|
Loading…
Add table
Reference in a new issue