diff doc/interpreter/tips.txi @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 322f43e0e170
children fd0a3ac60b0e
line wrap: on
line diff
--- a/doc/interpreter/tips.txi
+++ b/doc/interpreter/tips.txi
@@ -95,6 +95,7 @@
 @end group
 @end example
 
+@noindent
 write
 
 @example
@@ -117,6 +118,7 @@
 a = b(2:n) - b(1:n-1);
 @end example
 
+@noindent
 is
 
 @example
@@ -626,6 +628,7 @@
 @end group
 @end example
 
+@noindent
 which produces
 
 @example