Checked lispref/internals.texi, somewhat
[bpt/emacs.git] / admin / make-emacs
index b21dcad..f64d51b 100755 (executable)
@@ -2,7 +2,7 @@
 # Build Emacs with various options for profiling, debugging,
 # with and without warnings enabled etc.
 
-# Copyright (C) 2001-2011  Free Software Foundation, Inc.
+# Copyright (C) 2001-2012  Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -72,7 +72,7 @@ Build Emacs.
  --gprof               make Emacs for profiling
  --union-type          define USE_LISP_UNION_TYPE (bad for GDB)
  --malloc-check                define GC_MALLOC_CHECK
- --no-mcheck           dont define GC_MCHECK
+ --no-mcheck           don't define GC_MCHECK
  --wall                        compile with -Wall
  --gcc3                        use GCC 3.0 (30% slower compilation, slower code)
  --trace-selection     print traces in xselect.c