From: Eli Zaretskii Date: Thu, 24 Nov 2016 17:22:21 +0000 (+0200) Subject: Fix documentation of 'invocation-directory' X-Git-Tag: emacs-25.1.90~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45b652b;p=emacs.git Fix documentation of 'invocation-directory' * doc/lispref/os.texi (System Environment): Fix wording of the description of 'invocation-directory'. (Bug#24999) --- 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