changeset 12581:c8be316f9543

Group commonly used isXXX functions together in documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 06 Apr 2011 20:06:45 -0700
parents 2c4e52c83b64
children 6a4e042b6114 4e32a1bb9096
files doc/ChangeLog doc/interpreter/numbers.txi doc/interpreter/strings.txi
diffstat 3 files changed, 18 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Apr 06 19:46:34 2011 -0700
+++ b/doc/ChangeLog	Wed Apr 06 20:06:45 2011 -0700
@@ -1,3 +1,8 @@
+2011-04-06  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/numbers.txi, interpreter/strings.txi: Group commonly used
+	isXXX functions together in documentation.
+
 2011-04-06  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/system.txi, interpreter/var.txi: Move pack() function to
--- a/doc/interpreter/numbers.txi	Wed Apr 06 19:46:34 2011 -0700
+++ b/doc/interpreter/numbers.txi	Wed Apr 06 20:06:45 2011 -0700
@@ -809,9 +809,9 @@
 
 @DOCSTRING(isnumeric)
 
-@DOCSTRING(isreal)
+@DOCSTRING(isfloat)
 
-@DOCSTRING(isfloat)
+@DOCSTRING(isreal)
 
 @DOCSTRING(iscomplex)
 
--- a/doc/interpreter/strings.txi	Wed Apr 06 19:46:34 2011 -0700
+++ b/doc/interpreter/strings.txi	Wed Apr 06 20:06:45 2011 -0700
@@ -517,26 +517,26 @@
 
 @DOCSTRING(isalpha)
 
-@DOCSTRING(isascii)
-
-@DOCSTRING(iscntrl)
-
-@DOCSTRING(isdigit)
-
-@DOCSTRING(isgraph)
-
 @DOCSTRING(isletter)
 
 @DOCSTRING(islower)
 
-@DOCSTRING(isprint)
+@DOCSTRING(isupper)
+
+@DOCSTRING(isdigit)
+
+@DOCSTRING(isxdigit)
 
 @DOCSTRING(ispunct)
 
 @DOCSTRING(isspace)
 
-@DOCSTRING(isupper)
+@DOCSTRING(iscntrl)
+
+@DOCSTRING(isgraph)
 
-@DOCSTRING(isxdigit)
+@DOCSTRING(isprint)
+
+@DOCSTRING(isascii)
 
 @DOCSTRING(isstrprop)