diff options
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3b271395d89..1dfadcb8815 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -135,7 +135,8 @@ lisppath=@lisppath@ | |||
| 135 | # building. This is only used during the process of | 135 | # building. This is only used during the process of |
| 136 | # compiling Emacs, to help Emacs find its lisp files | 136 | # compiling Emacs, to help Emacs find its lisp files |
| 137 | # before they've been installed in their final location. | 137 | # before they've been installed in their final location. |
| 138 | # It's usually identical to lisppath, except that the | 138 | # It's usually identical to lisppath, except that |
| 139 | # it does not include locallisppath, and the | ||
| 139 | # entry for the directory containing the installed lisp | 140 | # entry for the directory containing the installed lisp |
| 140 | # files has been replaced with ../lisp. This should be a | 141 | # files has been replaced with ../lisp. This should be a |
| 141 | # colon-separated list of directories. | 142 | # colon-separated list of directories. |