emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106059: * doc/misc/ert.texi: Whitesp


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106059: * doc/misc/ert.texi: Whitespace trivia to make main menu items line up better.
Date: Tue, 11 Oct 2011 21:37:25 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106059
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-10-11 21:37:25 -0700
message:
  * doc/misc/ert.texi: Whitespace trivia to make main menu items line up better.
modified:
  doc/misc/ChangeLog
  doc/misc/ert.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-10-08 21:00:41 +0000
+++ b/doc/misc/ChangeLog        2011-10-12 04:37:25 +0000
@@ -1,3 +1,7 @@
+2011-10-12  Glenn Morris  <address@hidden>
+
+       * ert.texi: Whitespace trivia to make main menu items line up better.
+
 2011-10-08  Glenn Morris  <address@hidden>
 
        * Makefile.in: Fix ert rules.

=== modified file 'doc/misc/ert.texi'
--- a/doc/misc/ert.texi 2011-01-25 04:08:28 +0000
+++ b/doc/misc/ert.texi 2011-10-12 04:37:25 +0000
@@ -48,7 +48,7 @@
 
 @menu
 * Introduction::                A simple example of an ERT test.
-* How to Run Tests::            Run tests in your Emacs or from the command 
line.
+* How to Run Tests::            Run tests in Emacs or from the command line.
 * How to Write Tests::          How to add tests to your Emacs Lisp code.
 * How to Debug Tests::          What to do if a test fails.
 * Extending ERT::               ERT is extensible in several ways.
@@ -61,13 +61,13 @@
 
 * Running Tests Interactively::  Run tests in your current Emacs.
 * Running Tests in Batch Mode::  Run tests in emacs -Q.
-* Test Selectors::              Choose which tests to run.
+* Test Selectors::               Choose which tests to run.
 
 How to Write Tests
 
-* The @code{should} Macro::     A powerful way to express assertions.
+* The @code{should} Macro::          A powerful way to express assertions.
 * Expected Failures::           Tests for known bugs.
-* Tests and Their Environment::  Don't depend on customizations; no side 
effects.
+* Tests and Their Environment:: Don't depend on customizations; no side 
effects.
 * Useful Techniques::           Some examples.
 
 How to Debug Tests


reply via email to

[Prev in Thread] Current Thread [Next in Thread]