diff doc/interpreter/var.txi @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents e0775b4f41dd 446c46af4b42
children 0e1f5a750d00
line wrap: on
line diff
--- a/doc/interpreter/var.txi	Mon Jan 19 07:04:12 2015 +0100
+++ b/doc/interpreter/var.txi	Tue Jan 20 10:05:42 2015 -0500
@@ -6,12 +6,12 @@
 @c under the terms of the GNU General Public License as published by the
 @c Free Software Foundation; either version 3 of the License, or (at
 @c your option) any later version.
-@c 
+@c
 @c Octave is distributed in the hope that it will be useful, but WITHOUT
 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 @c FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 @c for more details.
-@c 
+@c
 @c You should have received a copy of the GNU General Public License
 @c along with Octave; see the file COPYING.  If not, see
 @c <http://www.gnu.org/licenses/>.
@@ -315,7 +315,7 @@
 str = "A random string";
 who -variables
      @print{} *** local user variables:
-     @print{} 
+     @print{}
      @print{} __nargin__  str
 @end group
 @end example