aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/eshell.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 6e92d598387..c6376882542 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -993,6 +993,13 @@ variable is connection-aware, so when the current directory is remote,
993its value will be @acronym{UID} for the user associated with that 993its value will be @acronym{UID} for the user associated with that
994remote connection. 994remote connection.
995 995
996@vindex $GID
997@item $GID
998This returns the effective @acronym{GID} for the current user. Like
999@code{$UID}, this variable is connection-aware, so when the current
1000directory is remote, its value will be @acronym{GID} for the user
1001associated with that remote connection.
1002
996@vindex $_ 1003@vindex $_
997@item $_ 1004@item $_
998This refers to the last argument of the last command. With a 1005This refers to the last argument of the last command. With a