Mention ERT in the Emacs manual.
authorGlenn Morris <rgm@gnu.org>
Sun, 5 Feb 2012 03:26:26 +0000 (19:26 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 5 Feb 2012 03:26:26 +0000 (19:26 -0800)
* doc/emacs/maintaining.texi (Maintaining): Add cross-ref to ERT.
* etc/NEWS: Related markup.

doc/emacs/ChangeLog
doc/emacs/maintaining.texi
etc/NEWS

index 54cd9fe..6ff188a 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-05  Glenn Morris  <rgm@gnu.org>
+
+       * maintaining.texi (Maintaining): Add cross-ref to ERT.
+
 2012-02-04  Glenn Morris  <rgm@gnu.org>
 
        * macos.texi (Customization options specific to Mac OS / GNUstep):
index 2ec4770..984c65f 100644 (file)
@@ -6,7 +6,9 @@
 @chapter Maintaining Large Programs
 
   This chapter describes Emacs features for maintaining large
-programs.
+programs.  In addition to the features described here, you may find
+the @file{ERT} (``Emacs Lisp Regression Testing'') library useful in
+this context (@pxref{Top,,ERT,ert, Emacs Lisp Regression Testing}).
 
 @menu
 * Version Control::     Using version control systems.
index b50e04d..45d27ae 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1071,6 +1071,7 @@ of function value which looks like (closure ENV ARGS &rest BODY).
 *** New function `special-variable-p' to check whether a variable is
 declared as dynamically bound.
 
++++
 ** An Emacs Lisp testing tool is now included.
 Emacs Lisp developers can use this tool to write automated tests for
 their code.  See the ERT info manual for details.