summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2007-08-01 22:21:02 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2007-08-01 22:21:02 +0000
commitb01fc8d8c489f249d64685cd7527351fce77f1f5 (patch)
tree0ba703e977c883ff56f85a288e416c6b82c1fd51
parentcdf5c17ae8c53ab4c9f51dea78df080001ae1fe2 (diff)
downloademacs-b01fc8d8c489f249d64685cd7527351fce77f1f5.tar.gz
Adjust load-path comment
-rw-r--r--src/mac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac.c b/src/mac.c
index ba0650c6051..e81db1479b9 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -5318,8 +5318,8 @@ init_mac_osx_environment ()
/* P should have sufficient room for the pathname of the bundle plus
the subpath in it leading to the respective directories. Q
should have three times that much room because EMACSLOADPATH can
- have the value "<path to lisp dir>:<path to leim dir>:<path to
- site-lisp dir>". */
+ have the value "<path to site-lisp dir>:<path to lisp dir>:<path
+ to leim dir>". */
p = (char *) alloca (app_bundle_pathname_len + 50);
q = (char *) alloca (3 * app_bundle_pathname_len + 150);
if (!getenv ("EMACSLOADPATH"))