]> code.delx.au - gnu-emacs/commitdiff
Tweak previous doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Jan 2012 20:41:53 +0000 (15:41 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Jan 2012 20:41:53 +0000 (15:41 -0500)
For some reason, invocation-directory is also a function.

src/emacs.c

index d0c99bd6dff725750dd7539fa45f377242396aa0..0e77223ee00510d8fa3bd2a6ad8279425c096661 100644 (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;