changeset 27070:726d945f23de

error_ids.m: Alphabetize list of error IDs. * error_ids.m: Alphabetize list of error IDs.
author Rik <rik@octave.org>
date Thu, 25 Apr 2019 08:51:25 -0700
parents 0a62d9a6aa2d
children 4643682db06e
files scripts/help/error_ids.m
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/error_ids.m	Thu Apr 25 08:48:19 2019 -0700
+++ b/scripts/help/error_ids.m	Thu Apr 25 08:51:25 2019 -0700
@@ -20,14 +20,14 @@
 ## @cindex error ids
 ##
 ## @table @code
+## @item Octave:bad-alloc
+## Indicates that memory couldn't be allocated.
+##
 ## @item Octave:invalid-context
 ## Indicates the error was generated by an operation that cannot be executed in
 ## the scope from which it was called.  For example, the function
 ## @code{print_usage ()} when called from the Octave prompt raises this error.
 ##
-## @item Octave:invalid-input-arg
-## Indicates that a function was called with invalid input arguments.
-##
 ## @item Octave:invalid-fun-call
 ## Indicates that a function was called in an incorrect way, e.g., wrong number
 ## of input arguments.
@@ -36,8 +36,8 @@
 ## Indicates that a data-type was indexed incorrectly, e.g., real-value index
 ## for arrays, nonexistent field of a structure.
 ##
-## @item Octave:bad-alloc
-## Indicates that memory couldn't be allocated.
+## @item Octave:invalid-input-arg
+## Indicates that a function was called with invalid input arguments.
 ##
 ## @item Octave:undefined-function
 ## Indicates a call to a function that is not defined.  The function may exist