summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-11-24 19:22:21 +0200
committerEli Zaretskii <eliz@gnu.org>2016-11-24 19:22:21 +0200
commit45b652b627fa85c8f5ae294125532fbc1f1e22e3 (patch)
tree0e0ac942fc593f6d25e665d927daec5d072ba3a2
parent7f43d7c0101256b120ead3ddae6ee47327d231c9 (diff)
downloademacs-45b652b627fa85c8f5ae294125532fbc1f1e22e3.tar.gz
Fix documentation of 'invocation-directory'
* doc/lispref/os.texi (System Environment): Fix wording of the description of 'invocation-directory'. (Bug#24999)
-rw-r--r--doc/lispref/os.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index f5b29825b2c..9fa27113d04 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1057,8 +1057,9 @@ value is a string, and does not include a directory name.
@end defvar
@defvar invocation-directory
-This variable holds the directory from which the Emacs executable was
-invoked, or @code{nil} if that directory cannot be determined.
+This variable holds the directory in which the Emacs executable was
+located when it was run, or @code{nil} if that directory cannot be
+determined.
@end defvar
@defvar installation-directory