diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c index 9b5640b6975..3a6620a3777 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2486,9 +2486,11 @@ The value is nil if that directory's name is not known. */); | |||
| 2486 | 2486 | ||
| 2487 | DEFVAR_LISP ("installation-directory", Vinstallation_directory, | 2487 | DEFVAR_LISP ("installation-directory", Vinstallation_directory, |
| 2488 | doc: /* A directory within which to look for the `lib-src' and `etc' directories. | 2488 | doc: /* A directory within which to look for the `lib-src' and `etc' directories. |
| 2489 | This is non-nil when we can't find those directories in their standard | 2489 | In an installed Emacs, this is normally nil. It is non-nil if |
| 2490 | installed locations, but we can find them near where the Emacs executable | 2490 | both `lib-src' (on MS-DOS, `info') and `etc' directories are found |
| 2491 | was found. */); | 2491 | within the variable `invocation-directory' or its parent. For example, |
| 2492 | this is the case when running an uninstalled Emacs executable from its | ||
| 2493 | build directory. */); | ||
| 2492 | Vinstallation_directory = Qnil; | 2494 | Vinstallation_directory = Qnil; |
| 2493 | 2495 | ||
| 2494 | DEFVAR_LISP ("system-messages-locale", Vsystem_messages_locale, | 2496 | DEFVAR_LISP ("system-messages-locale", Vsystem_messages_locale, |