aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-01-10 15:37:10 -0500
committerGlenn Morris2012-01-10 15:37:10 -0500
commit74cc8ff926ea050855f36d0112f4d8e865336dfb (patch)
tree246eeb2648be3a0cede6b5ec1fc5a7f9fd8adf83 /src/ChangeLog
parentcd394be17755d8248ba01ea7ba8502a31f1ce71a (diff)
downloademacs-74cc8ff926ea050855f36d0112f4d8e865336dfb.tar.gz
emacs-74cc8ff926ea050855f36d0112f4d8e865336dfb.zip
* src/emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
This confusingly-named variable is typically nil in an installed Emacs, and in an uninstalled Emacs points to the build directory, rather than eg the target installation directory. Yay.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 83e703e80a1..e359924e8f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-01-10 Glenn Morris <rgm@gnu.org> 12012-01-10 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
4
3 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC): 5 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
4 Update template values to be closer to their typical values these days. 6 Update template values to be closer to their typical values these days.
5 7