]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/eshell.texi (Arguments): Fix cross-references.
authorEli Zaretskii <eliz@gnu.org>
Tue, 3 May 2022 16:38:06 +0000 (19:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 3 May 2022 16:38:06 +0000 (19:38 +0300)
doc/misc/eshell.texi

index dfb22bcb514bfb21696392a8c8e123bc2c63c6f6..d35a642b62df52303ce693c49853408c030b99b4 100644 (file)
@@ -238,9 +238,9 @@ specify an argument of some other data type, you can use an
 (1 2 3)
 @end example
 
-Additionally, many @ref{Built-ins, Eshell commands} will flatten the
-arguments they receive, so passing a list as an argument will
-``spread'' the elements into multiple arguments:
+Additionally, many built-in Eshell commands (@pxref{Built-ins, Eshell
+commands}) will flatten the arguments they receive, so passing a list
+as an argument will ``spread'' the elements into multiple arguments:
 
 @example
 ~ $ printnl (list 1 2) 3
@@ -258,7 +258,7 @@ surrounding the string with apostrophes (@code{''}) or double quotes
 characters like pipe (@code{|}), which could be part of remote file
 names.
 
-When using @ref{Expansion, expansions} in an Eshell command, the
+When using expansions (@pxref{Expansion}) in an Eshell command, the
 result may potentially be of any data type.  To ensure that the result
 is always a string, the expansion can be surrounded by double quotes.