mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
Tweak previous doc fix.
For some reason, invocation-directory is also a function.
This commit is contained in:
parent
74cc8ff926
commit
1e2c5d95f6
1 changed files with 2 additions and 2 deletions
|
|
@ -2482,8 +2482,8 @@ The value is nil if that directory's name is not known. */);
|
|||
doc: /* A directory within which to look for the `lib-src' and `etc' directories.
|
||||
In an installed Emacs, this is normally nil. It is non-nil if
|
||||
both `lib-src' (on MS-DOS, `info') and `etc' directories are found
|
||||
within `invocation-directory' or its parent. For example, this
|
||||
is the case when running an uninstalled Emacs executable from its
|
||||
within the variable `invocation-directory' or its parent. For example,
|
||||
this is the case when running an uninstalled Emacs executable from its
|
||||
build directory. */);
|
||||
Vinstallation_directory = Qnil;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue