From 1e2c5d95f66eac88b52135f27a532fab8600a4ba Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Jan 2012 15:41:53 -0500 Subject: [PATCH] Tweak previous doc fix. For some reason, invocation-directory is also a function. --- src/emacs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index d0c99bd6dff..0e77223ee00 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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; -- 2.39.2