diff options
| author | Joakim Verona | 2012-01-12 07:50:16 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-01-12 07:50:16 +0100 |
| commit | 16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca (patch) | |
| tree | 33fb6b970b7bcb0cb813d305da2c43f3d212bbf2 /src/emacs.c | |
| parent | e4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (diff) | |
| parent | 403993a8a646887193dd7b8a01cf16137cd89a1e (diff) | |
| download | emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.tar.gz emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.zip | |
upstream
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, |