changeset 28734:10060fb23116 stable

doc: Small fixes to cset aabebd95488b. HdG: Enter commit message. Lines beginning with 'HG:' are removed. * setappdata.m: Use 3-arg form of @ref macro for link to function getappdata. * imagesc.m: Correct spelling of "properties".
author Rik <rik@octave.org>
date Sun, 13 Sep 2020 19:55:37 -0700
parents 9342688e86b4
children 376ecc6794e4 f98fd55b9557
files scripts/gui/setappdata.m scripts/image/imagesc.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/gui/setappdata.m	Tue Feb 18 21:35:39 2020 -0500
+++ b/scripts/gui/setappdata.m	Sun Sep 13 19:55:37 2020 -0700
@@ -36,7 +36,7 @@
 ## Multiple @var{name}/@var{value} pairs can be specified.  Alternatively, a
 ## cell array of @var{names} and a corresponding cell array of @var{values} can
 ## be specified.  Details on obtaining a list of valid application data
-## properties can be found in @ref{getappdata}.
+## properties can be found in @ref{XREFgetappdata, ,getappdata}.
 ##
 ## @seealso{getappdata, isappdata, rmappdata, guidata, get, set, getpref, setpref}
 ## @end deftypefn
--- a/scripts/image/imagesc.m	Tue Feb 18 21:35:39 2020 -0500
+++ b/scripts/image/imagesc.m	Sun Sep 13 19:55:37 2020 -0700
@@ -52,7 +52,7 @@
 ## form is used which first calls @code{newplot} to prepare the graphic figure
 ## and axes.  When the only inputs to @code{image} are property/value pairs
 ## the Low-Level form is used which creates a new instance of an image object
-## and inserts it in the current axes.  The full list of proporties is
+## and inserts it in the current axes.  The full list of properties is
 ## documented at @ref{Image Properties}.
 ##
 ## @seealso{image, imshow, caxis}