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