]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust load-path comment
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 1 Aug 2007 22:20:41 +0000 (22:20 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 1 Aug 2007 22:20:41 +0000 (22:20 +0000)
src/mac.c

index 7f22c19936b29b2415e165222644bb043fac7aba..a641b07dc08e041a6ecafe4346e9de84f3538933 100644 (file)
--- a/src/mac.c
+++ b/src/mac.c
@@ -5322,8 +5322,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"))