[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106836: Tweak previous doc fix.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106836: Tweak previous doc fix. |
Date: |
Tue, 10 Jan 2012 15:41:53 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106836
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-01-10 15:41:53 -0500
message:
Tweak previous doc fix.
For some reason, invocation-directory is also a function.
modified:
src/emacs.c
=== modified file 'src/emacs.c'
--- a/src/emacs.c 2012-01-10 20:37:10 +0000
+++ b/src/emacs.c 2012-01-10 20:41:53 +0000
@@ -2482,8 +2482,8 @@
doc: /* A directory within which to look for the `lib-src' and
`etc' directories.
In an installed Emacs, this is normally nil. It is non-nil if
both `lib-src' (on MS-DOS, `info') and `etc' directories are found
-within `invocation-directory' or its parent. For example, this
-is the case when running an uninstalled Emacs executable from its
+within the variable `invocation-directory' or its parent. For example,
+this is the case when running an uninstalled Emacs executable from its
build directory. */);
Vinstallation_directory = Qnil;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106836: Tweak previous doc fix.,
Glenn Morris <=