From: Glenn Morris Date: Tue, 10 Jan 2012 20:41:53 +0000 (-0500) Subject: Tweak previous doc fix. X-Git-Tag: emacs-pretest-24.0.93~97^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e2c5d95f66eac88b52135f27a532fab8600a4ba;p=emacs.git Tweak previous doc fix. For some reason, invocation-directory is also a function. --- 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;