emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3346b94b73: ; * doc/misc/eshell.texi (Arguments): Fix cross-refer


From: Eli Zaretskii
Subject: master 3346b94b73: ; * doc/misc/eshell.texi (Arguments): Fix cross-references.
Date: Tue, 3 May 2022 12:38:12 -0400 (EDT)

branch: master
commit 3346b94b73d6694333180c1407c20c2f9c97048d
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/misc/eshell.texi (Arguments): Fix cross-references.
---
 doc/misc/eshell.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index dfb22bcb51..d35a642b62 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]