diff options
| author | Glenn Morris | 2012-01-10 15:41:53 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-01-10 15:41:53 -0500 |
| commit | 1e2c5d95f66eac88b52135f27a532fab8600a4ba (patch) | |
| tree | c663939d40021d86c9227aba2ece05557fb12ff5 /src | |
| parent | 74cc8ff926ea050855f36d0112f4d8e865336dfb (diff) | |
| download | emacs-1e2c5d95f66eac88b52135f27a532fab8600a4ba.tar.gz emacs-1e2c5d95f66eac88b52135f27a532fab8600a4ba.zip | |
Tweak previous doc fix.
For some reason, invocation-directory is also a function.
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 | ||