aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
1 files 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. */);
2482 doc: /* A directory within which to look for the `lib-src' and `etc' directories. 2482 doc: /* A directory within which to look for the `lib-src' and `etc' directories.
2483In an installed Emacs, this is normally nil. It is non-nil if 2483In an installed Emacs, this is normally nil. It is non-nil if
2484both `lib-src' (on MS-DOS, `info') and `etc' directories are found 2484both `lib-src' (on MS-DOS, `info') and `etc' directories are found
2485within `invocation-directory' or its parent. For example, this 2485within the variable `invocation-directory' or its parent. For example,
2486is the case when running an uninstalled Emacs executable from its 2486this is the case when running an uninstalled Emacs executable from its
2487build directory. */); 2487build directory. */);
2488 Vinstallation_directory = Qnil; 2488 Vinstallation_directory = Qnil;
2489 2489