Fix documentation of 'invocation-directory'
* doc/lispref/os.texi (System Environment): Fix wording of the description of 'invocation-directory'. (Bug#24999)
This commit is contained in:
parent
7f43d7c010
commit
45b652b627
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue