summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Porter <jporterbugs@gmail.com>2023-07-13 09:10:57 -0700
committerJim Porter <jporterbugs@gmail.com>2023-07-13 19:24:12 -0700
commit6a360b08405daa2d6f30f497c9f0315f4c5baf67 (patch)
tree66a309348c17f7a504425cdfd6ca55ea485623c3
parentf529bf52eb5fcec7377307ac94ad3191156019b0 (diff)
downloademacs-6a360b08405daa2d6f30f497c9f0315f4c5baf67.tar.gz
; * doc/misc/eshell.texi (Variables): Add missing index for $INSIDE_EMACS
Do not merge to master. On master, this was fixed by 0bb8a011d57.
-rw-r--r--doc/misc/eshell.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 9141063408b..73cb2a2a7ed 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -1019,6 +1019,7 @@ that are currently visible in the Eshell window. They are both
copied to the environment, so external commands invoked from
Eshell can consult them to do the right thing.
+@vindex $INSIDE_EMACS
@item $INSIDE_EMACS
This variable indicates to external commands that they are being
invoked from within Emacs so they can adjust their behavior if