]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of 'invocation-directory'
authorEli Zaretskii <eliz@gnu.org>
Thu, 24 Nov 2016 17:22:21 +0000 (19:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 24 Nov 2016 17:22:21 +0000 (19:22 +0200)
* doc/lispref/os.texi (System Environment): Fix wording of the
description of 'invocation-directory'.  (Bug#24999)

doc/lispref/os.texi

index f5b29825b2c21d297eda00687fd7191ceb32d473..9fa27113d0496d3fb1765372c7306e272686e4b8 100644 (file)
@@ -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