diff scripts/help/warning_ids.m @ 30353:212461a26e9c stable

doc: grammarcheck m-files in scripts/ directory ahead of 7.1 release. * Map.m, disable_diagonal_matrix.m, disable_permutation_matrix.m, disable_range.m, warning_ids.m, colormap.m, inputParser.m, jupyter_notebook.m, stem3.m, print.m, eigs.m, iqr.m, validatestring.m, weboptions.m: grammarcheck m-files ahead of 7.1 release.
author Rik <rik@octave.org>
date Wed, 24 Nov 2021 14:57:21 -0800
parents 8a80c89b021e
children 796f54d4ddbf
line wrap: on
line diff
--- a/scripts/help/warning_ids.m	Wed Nov 24 13:15:18 2021 -0500
+++ b/scripts/help/warning_ids.m	Wed Nov 24 14:57:21 2021 -0800
@@ -28,10 +28,10 @@
 ##
 ## @table @code
 ## @item Octave:abbreviated-property-match
-## If the @code{Octave:abbreviated-property-match} warning is enabled, a warning
-## is printed if a non-exact or ambiguous match is being used for a operation
-## specifying an object property.  For example, for a graphics object,
-## @var{fig}, with the property @qcode{'displayname'},
+## If the @code{Octave:abbreviated-property-match} warning is enabled, a
+## warning is printed if a non-exact or ambiguous match is being used for a
+## operation specifying an object property.  For example, for a graphics
+## object, @var{fig}, with the property @qcode{'displayname'},
 ## @code{get (@var{fig}, 'dis')} elicits a warning if the
 ## @code{Octave:abbreviated-property-match} warning is enabled.
 ## By default, the @code{Octave:abbreviated-property-match} warning is enabled.