diff doc/ChangeLog @ 12546:39ca02387a32

Improve docstrings for a number of functions.
author Rik <octave@nomad.inbox5.com>
date Mon, 28 Mar 2011 16:38:13 -0700
parents e4a22302dc97
children a12d7f53c2ab
line wrap: on
line diff
--- a/doc/ChangeLog	Mon Mar 28 14:53:07 2011 -0700
+++ b/doc/ChangeLog	Mon Mar 28 16:38:13 2011 -0700
@@ -1,3 +1,11 @@
+2011-03-28  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/expr.txi: Eliminate space between variable and
+	parenthesis when using indexing.
+	* interpreter/intro.txi, interpreter/io.txi: Fix typos in docstring.
+	* interpreter/tips.txi: Add new recommendations for double spaces at
+	start of sentences and suggested variable names.
+
 2011-03-28  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/basics.txi: Add do_braindead_shortcircuit_evaluation to