1
Fork 0
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:
Glenn Morris 2012-01-10 15:41:53 -05:00
parent 74cc8ff926
commit 1e2c5d95f6

View file

@ -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;