changeset 58367:c36a48207424

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Nov 2004 00:26:33 +0000
parents d15d7e0a3165
children 9d980e1ac633
files man/Makefile.in
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/Makefile.in	Sun Nov 21 00:24:37 2004 +0000
+++ b/man/Makefile.in	Sun Nov 21 00:26:33 2004 +0000
@@ -20,9 +20,8 @@
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
 
-# Where to find the source code.  The source code for Emacs's C kernel is
-# expected to be in ${srcdir}/src, and the source code for Emacs's
-# utility programs is expected to be in ${srcdir}/lib-src.  This is
+# Where to find the source code.  $(srcdir) will be the man
+# subdirectory of the source tree.  This is
 # set by the configure script's `--srcdir' option.
 srcdir=@srcdir@
 top_srcdir=@top_srcdir@