diff doc/interpreter/contrib.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 8f67fe9dd64e
line wrap: on
line diff
--- a/doc/interpreter/contrib.txi	Sun Aug 01 14:50:51 2010 -0400
+++ b/doc/interpreter/contrib.txi	Sun Aug 01 20:22:17 2010 -0700
@@ -244,8 +244,8 @@
 
 Recommended indent is 2 spaces.  When indenting, indent the statement after
 control structures (like @code{if}, @code{while}, etc.). If there is a compound
-statement, indent @i{both} the curly braces and the body of the statement (so
-that the body gets indented by @i{two} indents).  Example:
+statement, indent @emph{both} the curly braces and the body of the statement (so
+that the body gets indented by @emph{two} indents).  Example:
 
 @example
 @group