diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-09 23:26:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-09 23:26:13 +0000 |
commit | 08e21c4e4671d740c8e962a0f37c3a9211758a76 (patch) | |
tree | ef5595526721dc56402235d345ed39406626e34e /Makefile.in | |
parent | 055a5c9591aa37bfac8f5e4cf2442369194d753a (diff) | |
download | emacs-08e21c4e4671d740c8e962a0f37c3a9211758a76.tar.gz |
Comment change.
Diffstat (limited to 'Makefile.in')
-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@ # building. This is only used during the process of # compiling Emacs, to help Emacs find its lisp files # before they've been installed in their final location. -# It's usually identical to lisppath, except that the +# It's usually identical to lisppath, except that +# it does not include locallisppath, and the # entry for the directory containing the installed lisp # files has been replaced with ../lisp. This should be a # colon-separated list of directories. |