changeset 30329:81d26e8481a6

maint: Shorten @seealso lines to less than 80 characters (bug #57599) * chol.cc, data.cc, debug.cc, file-io.cc, load-save.cc, oct-hist.cc, pr-output.cc, sparse.cc, syscalls.cc, time.cc, utils.cc, ov-struct.cc, base64decode.m, base64encode.m, getappdata.m, isappdata.m, setappdata.m, colormap.m, isdir.m, cast.m, getfield.m, isfile.m, isfolder.m, setfield.m, contour.m, contour3.m, contourf.m, ezplot.m, isosurface.m, mesh.m, meshc.m, meshz.m, plot.m, surf.m, surfc.m, waterfall.m, movmad.m, movmax.m, movmean.m, movmedian.m, movmin.m, movprod.m, movstd.m, movsum.m, movvar.m: Shorten @seealso lines to less than 80 characters.
author Rik <rik@octave.org>
date Tue, 23 Nov 2021 11:26:38 -0800
parents a2397a85d7e5
children 01de0045b2e3
files libinterp/corefcn/chol.cc libinterp/corefcn/data.cc libinterp/corefcn/debug.cc libinterp/corefcn/file-io.cc libinterp/corefcn/load-save.cc libinterp/corefcn/oct-hist.cc libinterp/corefcn/pr-output.cc libinterp/corefcn/sparse.cc libinterp/corefcn/syscalls.cc libinterp/corefcn/time.cc libinterp/corefcn/utils.cc libinterp/octave-value/ov-struct.cc scripts/+matlab/+net/base64decode.m scripts/+matlab/+net/base64encode.m scripts/gui/getappdata.m scripts/gui/isappdata.m scripts/gui/setappdata.m scripts/image/colormap.m scripts/legacy/isdir.m scripts/miscellaneous/cast.m scripts/miscellaneous/getfield.m scripts/miscellaneous/isfile.m scripts/miscellaneous/isfolder.m scripts/miscellaneous/setfield.m scripts/plot/draw/contour.m scripts/plot/draw/contour3.m scripts/plot/draw/contourf.m scripts/plot/draw/ezplot.m scripts/plot/draw/isosurface.m scripts/plot/draw/mesh.m scripts/plot/draw/meshc.m scripts/plot/draw/meshz.m scripts/plot/draw/plot.m scripts/plot/draw/surf.m scripts/plot/draw/surfc.m scripts/plot/draw/waterfall.m scripts/statistics/movmad.m scripts/statistics/movmax.m scripts/statistics/movmean.m scripts/statistics/movmedian.m scripts/statistics/movmin.m scripts/statistics/movprod.m scripts/statistics/movstd.m scripts/statistics/movsum.m scripts/statistics/movvar.m
diffstat 45 files changed, 148 insertions(+), 74 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/chol.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/chol.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -148,7 +148,8 @@
 
 In general the lower triangular factorization is significantly faster for
 sparse matrices.
-@seealso{hess, lu, qr, qz, schur, svd, ichol, cholinv, chol2inv, cholupdate, cholinsert, choldelete, cholshift}
+@seealso{hess, lu, qr, qz, schur, svd, ichol, cholinv, chol2inv, cholupdate,
+cholinsert, choldelete, cholshift}
 @end deftypefn */)
 {
   int nargin = args.length ();
--- a/libinterp/corefcn/data.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/data.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -3754,7 +3754,8 @@
 complex array.
 
 Logical and character arrays are not considered to be numeric.
-@seealso{isinteger, isfloat, isreal, iscomplex, ischar, islogical, isstring, iscell, isstruct, isa}
+@seealso{isinteger, isfloat, isreal, iscomplex, ischar, islogical, isstring,
+iscell, isstruct, isa}
 @end deftypefn */)
 {
   if (args.length () != 1)
--- a/libinterp/corefcn/debug.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/debug.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -164,7 +164,8 @@
 When a file is re-parsed, such as when it is modified outside the GUI,
 all breakpoints within the file are cleared.
 
-@seealso{dbclear, dbstatus, dbstep, debug_on_error, debug_on_warning, debug_on_interrupt}
+@seealso{dbclear, dbstatus, dbstep, debug_on_error, debug_on_warning,
+debug_on_interrupt}
 @end deftypefn */)
 {
   octave::bp_table::bp_lines retmap;
--- a/libinterp/corefcn/file-io.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/file-io.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -588,7 +588,8 @@
 is immediately performed.  If the write operation must be performed immediately
 after data has been written then the write should be followed by a call to
 @code{fflush} to flush the internal buffer.
-@seealso{fclose, fgets, fgetl, fscanf, fread, fputs, fdisp, fprintf, fwrite, fskipl, fseek, frewind, ftell, feof, ferror, fclear, fflush, freport, umask}
+@seealso{fclose, fgets, fgetl, fscanf, fread, fputs, fdisp, fprintf, fwrite,
+fskipl, fseek, frewind, ftell, feof, ferror, fclear, fflush, freport, umask}
 @end deftypefn */)
 {
   int nargin = args.length ();
--- a/libinterp/corefcn/load-save.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/load-save.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -1805,7 +1805,8 @@
 @noindent
 saves the variable @samp{a} and all variables beginning with @samp{b} to the
 file @file{data} in Octave's binary format.
-@seealso{load, save_default_options, save_header_format_string, save_precision, dlmread, csvread, fread}
+@seealso{load, save_default_options, save_header_format_string, save_precision,
+dlmread, csvread, fread}
 @end deftypefn */)
 {
   load_save_system& load_save_sys = interp.get_load_save_system ();
@@ -1922,7 +1923,8 @@
 When called from inside a function with the @qcode{"local"} option, the
 variable is changed locally for the function and any subroutines it calls.
 The original variable value is restored when exiting the function.
-@seealso{octave_core_file_limit, octave_core_file_name, octave_core_file_options}
+@seealso{octave_core_file_limit, octave_core_file_name,
+octave_core_file_options}
 @end deftypefn */)
 {
   load_save_system& load_save_sys = interp.get_load_save_system ();
@@ -1972,7 +1974,8 @@
 When called from inside a function with the @qcode{"local"} option, the
 variable is changed locally for the function and any subroutines it calls.
 The original variable value is restored when exiting the function.
-@seealso{crash_dumps_octave_core, octave_core_file_name, octave_core_file_options}
+@seealso{crash_dumps_octave_core, octave_core_file_name,
+octave_core_file_options}
 @end deftypefn */)
 {
   load_save_system& load_save_sys = interp.get_load_save_system ();
@@ -1993,7 +1996,8 @@
 When called from inside a function with the @qcode{"local"} option, the
 variable is changed locally for the function and any subroutines it calls.
 The original variable value is restored when exiting the function.
-@seealso{crash_dumps_octave_core, octave_core_file_name, octave_core_file_options}
+@seealso{crash_dumps_octave_core, octave_core_file_name,
+octave_core_file_options}
 @end deftypefn */)
 {
   load_save_system& load_save_sys = interp.get_load_save_system ();
--- a/libinterp/corefcn/oct-hist.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/oct-hist.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -763,7 +763,8 @@
 line is saved.  Any value not in the above list is ignored.  If
 @code{history_control} is the empty string, all commands are saved on
 the history list, subject to the value of @code{history_save}.
-@seealso{history_file, history_size, history_timestamp_format_string, history_save}
+@seealso{history_file, history_size, history_timestamp_format_string,
+history_save}
 @end deftypefn */)
 {
   octave_value retval;
@@ -844,7 +845,8 @@
 @end group
 @end example
 
-@seealso{history, history_control, history_save, history_size, history_timestamp_format_string}
+@seealso{history, history_control, history_save, history_size,
+history_timestamp_format_string}
 @end deftypefn */)
 {
   octave_value retval;
@@ -907,7 +909,8 @@
 When called from inside a function with the @qcode{"local"} option, the
 variable is changed locally for the function and any subroutines it calls.
 The original variable value is restored when exiting the function.
-@seealso{history_control, history_file, history_size, history_timestamp_format_string}
+@seealso{history_control, history_file, history_size,
+history_timestamp_format_string}
 @end deftypefn */)
 {
   octave_value retval;
--- a/libinterp/corefcn/pr-output.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/pr-output.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -3974,7 +3974,8 @@
 If called with one to three output arguments, and no inputs, return the current
 format, format spacing, and uppercase preference.
 
-@seealso{fixed_point_format, output_precision, split_long_rows, print_empty_dimensions, rats}
+@seealso{fixed_point_format, output_precision, split_long_rows,
+print_empty_dimensions, rats}
 @end deftypefn */)
 {
   octave_value_list retval (std::min (nargout, 2));
--- a/libinterp/corefcn/sparse.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/sparse.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -144,7 +144,8 @@
      (2, 2) ->  5
 @end group
 @end example
-@seealso{full, accumarray, spalloc, spdiags, speye, spones, sprand, sprandn, sprandsym, spconvert, spfun}
+@seealso{full, accumarray, spalloc, spdiags, speye, spones, sprand, sprandn,
+sprandsym, spconvert, spfun}
 @end deftypefn */)
 {
   int nargin = args.length ();
--- a/libinterp/corefcn/syscalls.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/syscalls.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -1224,7 +1224,8 @@
 less than zero and @var{msg} will contain a system-dependent error message.
 The value of @var{status} contains additional system-dependent information
 about the subprocess that exited.
-@seealso{WCONTINUE, WCOREDUMP, WEXITSTATUS, WIFCONTINUED, WIFSIGNALED, WIFSTOPPED, WNOHANG, WSTOPSIG, WTERMSIG, WUNTRACED}
+@seealso{WCONTINUE, WCOREDUMP, WEXITSTATUS, WIFCONTINUED, WIFSIGNALED,
+WIFSTOPPED, WNOHANG, WSTOPSIG, WTERMSIG, WUNTRACED}
 @end deftypefn */)
 {
   int nargin = args.length ();
@@ -1252,7 +1253,8 @@
 @deftypefn {} {} WIFEXITED (@var{status})
 Given @var{status} from a call to @code{waitpid}, return
 true if the child terminated normally.
-@seealso{waitpid, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP, WIFSTOPPED, WSTOPSIG, WIFCONTINUED}
+@seealso{waitpid, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP, WIFSTOPPED,
+WSTOPSIG, WIFCONTINUED}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1270,7 +1272,8 @@
 the exit status of the child.
 
 This function should only be employed if @code{WIFEXITED} returned true.
-@seealso{waitpid, WIFEXITED, WIFSIGNALED, WTERMSIG, WCOREDUMP, WIFSTOPPED, WSTOPSIG, WIFCONTINUED}
+@seealso{waitpid, WIFEXITED, WIFSIGNALED, WTERMSIG, WCOREDUMP, WIFSTOPPED,
+WSTOPSIG, WIFCONTINUED}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1286,7 +1289,8 @@
 @deftypefn {} {} WIFSIGNALED (@var{status})
 Given @var{status} from a call to @code{waitpid}, return
 true if the child process was terminated by a signal.
-@seealso{waitpid, WIFEXITED, WEXITSTATUS, WTERMSIG, WCOREDUMP, WIFSTOPPED, WSTOPSIG, WIFCONTINUED}
+@seealso{waitpid, WIFEXITED, WEXITSTATUS, WTERMSIG, WCOREDUMP, WIFSTOPPED,
+WSTOPSIG, WIFCONTINUED}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1304,7 +1308,8 @@
 the number of the signal that caused the child process to terminate.
 
 This function should only be employed if @code{WIFSIGNALED} returned true.
-@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WCOREDUMP, WIFSTOPPED, WSTOPSIG, WIFCONTINUED}
+@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WCOREDUMP, WIFSTOPPED,
+WSTOPSIG, WIFCONTINUED}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1324,7 +1329,8 @@
 This function should only be employed if @code{WIFSIGNALED} returned true.
 The macro used to implement this function is not specified in POSIX.1-2001
 and is not available on some Unix implementations (e.g., @nospell{AIX, SunOS}).
-@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WIFSTOPPED, WSTOPSIG, WIFCONTINUED}
+@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WIFSTOPPED,
+WSTOPSIG, WIFCONTINUED}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1343,7 +1349,8 @@
 
 This is only possible if the call was done using @code{WUNTRACED} or when
 the child is being traced (see ptrace(2)).
-@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP, WSTOPSIG, WIFCONTINUED}
+@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP,
+WSTOPSIG, WIFCONTINUED}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1361,7 +1368,8 @@
 the number of the signal which caused the child to stop.
 
 This function should only be employed if @code{WIFSTOPPED} returned true.
-@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP, WIFSTOPPED, WIFCONTINUED}
+@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP,
+WIFSTOPPED, WIFCONTINUED}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1377,7 +1385,8 @@
 @deftypefn {} {} WIFCONTINUED (@var{status})
 Given @var{status} from a call to @code{waitpid}, return
 true if the child process was resumed by delivery of @code{SIGCONT}.
-@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP, WIFSTOPPED, WSTOPSIG}
+@seealso{waitpid, WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP,
+WIFSTOPPED, WSTOPSIG}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1395,7 +1404,8 @@
 
 If the file does not exist the empty string ("") is returned.  No tilde
 expansion of @var{fname} is performed.
-@seealso{make_absolute_filename, is_absolute_filename, is_rooted_relative_filename, is_same_file, tilde_expand}
+@seealso{make_absolute_filename, is_absolute_filename,
+is_rooted_relative_filename, is_same_file, tilde_expand}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -1507,7 +1517,8 @@
 @code{O_APPEND} is file status flag that may be returned by @code{fcntl}
 to indicate each write operation appends, or that may be passed to
 @code{fcntl} to set the write mode to append.
-@seealso{fcntl, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC,
+O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_append_wrapper ();
@@ -1525,7 +1536,8 @@
 
 @code{O_ASYNC} is the file status flag that may be returned by
 @code{fcntl} to indicate asynchronous I/O.
-@seealso{fcntl, O_APPEND, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC,
+O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_async_wrapper ();
@@ -1544,7 +1556,8 @@
 @code{O_CREAT} is the file status flag that may be returned by
 @code{fcntl} to indicate that a file should be created if it does not
 exist.
-@seealso{fcntl, O_APPEND, O_ASYNC, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC,
+O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_creat_wrapper ();
@@ -1562,7 +1575,8 @@
 
 @code{O_EXCL} is the file status flag that may be returned by
 @code{fcntl} to indicate that file locking is used.
-@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_NONBLOCK, O_RDONLY, O_RDWR,
+O_SYNC, O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_excl_wrapper ();
@@ -1581,7 +1595,8 @@
 @code{O_NONBLOCK} is the file status flag that may be returned by
 @code{fcntl} to indicate that non-blocking I/O is in use, or that may be
 passsed to @code{fcntl} to set non-blocking I/O.
-@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_RDONLY, O_RDWR, O_SYNC,
+O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_nonblock_wrapper ();
@@ -1599,7 +1614,8 @@
 
 @code{O_RDONLY} is the file status flag that may be returned by
 @code{fcntl} to indicate that a file is open for reading only.
-@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDWR, O_SYNC, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDWR, O_SYNC,
+O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_rdonly_wrapper ();
@@ -1618,7 +1634,8 @@
 @code{O_RDWR} is the file status flag that may be returned by
 @code{fcntl} to indicate that a file is open for both reading and
 writing.
-@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_SYNC, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY,
+O_SYNC, O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_rdwr_wrapper ();
@@ -1636,7 +1653,8 @@
 
 @code{O_SYNC} is the file status flag that may be returned by
 @code{fcntl} to indicate that a file is open for synchronous I/O
-@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_TRUNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY,
+O_RDWR, O_TRUNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_sync_wrapper ();
@@ -1655,7 +1673,8 @@
 @code{O_TRUNC} is the file status flag that may be returned by
 @code{fcntl} to indicate that if file exists, it should be truncated
 when writing.
-@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_WRONLY}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY,
+O_RDWR, O_SYNC, O_WRONLY}
 @end deftypefn */)
 {
   static int val = octave_o_trunc_wrapper ();
@@ -1673,7 +1692,8 @@
 
 @code{O_WRONLY} is the file status flag that may be returned by
 @code{fcntl} to indicate that a file is open for writing only
-@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY, O_RDWR, O_SYNC, O_TRUNC}
+@seealso{fcntl, O_APPEND, O_ASYNC, O_CREAT, O_EXCL, O_NONBLOCK, O_RDONLY,
+O_RDWR, O_SYNC, O_TRUNC}
 @end deftypefn */)
 {
   static int val = octave_o_wronly_wrapper ();
--- a/libinterp/corefcn/time.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/time.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -116,7 +116,8 @@
 The epoch is referenced to 00:00:00 UTC (Coordinated Universal Time) 1 Jan
 1970.  For example, on Monday February 17, 1997 at 07:15:06 UTC, the value
 returned by @code{time} was 856163706.
-@seealso{strftime, strptime, localtime, gmtime, mktime, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, localtime, gmtime, mktime, now, date, clock,
+datenum, datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 0)
@@ -158,7 +159,8 @@
         @}
 @end group
 @end example
-@seealso{strftime, strptime, localtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, localtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 1 || args(0).numel () != 1)
@@ -213,7 +215,8 @@
         @}
 @end group
 @end example
-@seealso{strftime, strptime, gmtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, gmtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 1 || args(0).numel () != 1)
@@ -257,7 +260,8 @@
      @result{} 856163706
 @end group
 @end example
-@seealso{strftime, strptime, localtime, gmtime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, localtime, gmtime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -442,7 +446,8 @@
 @item %Y
 Year (1970-).
 @end table
-@seealso{strptime, localtime, gmtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strptime, localtime, gmtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 2)
@@ -479,7 +484,8 @@
 If @var{fmt} fails to match, @var{nchars} is 0; otherwise, it is set to the
 position of last matched character plus 1.  Always check for this unless
 you're absolutely sure the date string will be parsed correctly.
-@seealso{strftime, localtime, gmtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, localtime, gmtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 2)
--- a/libinterp/corefcn/utils.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/utils.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -1147,7 +1147,8 @@
 
 No check is done for the existence of @var{file}.  No tilde expansion of
 @var{file} is performed.
-@seealso{canonicalize_file_name, is_absolute_filename, is_rooted_relative_filename, isfolder, tilde_expand}
+@seealso{canonicalize_file_name, is_absolute_filename,
+is_rooted_relative_filename, isfolder, tilde_expand}
 @end deftypefn */)
 {
   if (args.length () != 1)
--- a/libinterp/octave-value/ov-struct.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/octave-value/ov-struct.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -1766,7 +1766,8 @@
 
 Finally, if the value is a non-scalar cell array, then @code{struct}
 produces a struct @strong{array}.
-@seealso{cell2struct, fieldnames, getfield, setfield, rmfield, isfield, orderfields, isstruct, structfun}
+@seealso{cell2struct, fieldnames, getfield, setfield, rmfield, isfield,
+orderfields, isstruct, structfun}
 @end deftypefn */)
 {
   int nargin = args.length ();
--- a/scripts/+matlab/+net/base64decode.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/+matlab/+net/base64decode.m	Tue Nov 23 11:26:38 2021 -0800
@@ -32,7 +32,8 @@
 ## The output @var{out_vec} will be a uint8 vector that is decoded
 ## according to RFC 4648.
 ##
-## @seealso{matlab.net.base64encode, base64_decode, base64_encode, native2unicode}
+## @seealso{matlab.net.base64encode, base64_decode, base64_encode,
+## native2unicode}
 ## @end deftypefn
 
 function out_vec = base64decode (b64_str)
--- a/scripts/+matlab/+net/base64encode.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/+matlab/+net/base64encode.m	Tue Nov 23 11:26:38 2021 -0800
@@ -31,7 +31,8 @@
 ## The input @var{in} can be a string or numeric vector.
 ## The output @var{b64_str} will be encoded according to RFC 4648.
 ##
-## @seealso{matlab.net.base64decode, base64_decode, base64_encode, unicode2native}
+## @seealso{matlab.net.base64decode, base64_decode, base64_encode,
+## unicode2native}
 ## @end deftypefn
 
 function b64_str = base64encode (in)
--- a/scripts/gui/getappdata.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/gui/getappdata.m	Tue Nov 23 11:26:38 2021 -0800
@@ -33,7 +33,8 @@
 ## @var{name} is given then @code{getappdata} returns a structure,
 ## @var{appdata}, whose fields correspond to the appdata properties.
 ##
-## @seealso{setappdata, isappdata, rmappdata, guidata, get, set, getpref, setpref}
+## @seealso{setappdata, isappdata, rmappdata, guidata, get, set, getpref,
+## setpref}
 ## @end deftypefn
 
 function value = getappdata (h, name)
--- a/scripts/gui/isappdata.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/gui/isappdata.m	Tue Nov 23 11:26:38 2021 -0800
@@ -29,7 +29,8 @@
 ## graphics object with handle @var{h}.
 ##
 ## @var{h} may also be a vector of graphics handles.
-## @seealso{getappdata, setappdata, rmappdata, guidata, get, set, getpref, setpref}
+## @seealso{getappdata, setappdata, rmappdata, guidata, get, set, getpref,
+## setpref}
 ## @end deftypefn
 
 function valid = isappdata (h, name)
--- a/scripts/gui/setappdata.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/gui/setappdata.m	Tue Nov 23 11:26:38 2021 -0800
@@ -38,7 +38,8 @@
 ## be specified.  Details on obtaining a list of valid application data
 ## properties can be found in @ref{XREFgetappdata, ,getappdata}.
 ##
-## @seealso{getappdata, isappdata, rmappdata, guidata, get, set, getpref, setpref}
+## @seealso{getappdata, isappdata, rmappdata, guidata, get, set, getpref,
+## setpref}
 ## @end deftypefn
 
 function setappdata (h, varargin)
--- a/scripts/image/colormap.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/image/colormap.m	Tue Nov 23 11:26:38 2021 -0800
@@ -84,7 +84,8 @@
 ## @item ------------- @tab ---------------------------------------------------------------------------------------------
 ## @item white @tab all white colormap (no colors).
 ## @end multitable
-## @seealso{viridis, turbo, jet, cubehelix, hsv, rainbow, hot, cool, spring, summer, autumn, winter, gray, bone, copper, pink, ocean, colorcube, flag, lines, prism, white}
+## @seealso{viridis, turbo, jet, cubehelix, hsv, rainbow, hot, cool, spring,
+## summer, autumn, winter, gray, bone, copper, pink, ocean, colorcube, flag, lines, prism, white}
 ## @end deftypefn
 
 function cmap = colormap (varargin)
--- a/scripts/legacy/isdir.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/legacy/isdir.m	Tue Nov 23 11:26:38 2021 -0800
@@ -39,7 +39,8 @@
 ## @var{tf} = ! isempty (file_in_loadpath (@var{f}))
 ## @end example
 ##
-## @seealso{isfolder, file_in_loadpath, exist, stat, is_absolute_filename, is_rooted_relative_filename}
+## @seealso{isfolder, file_in_loadpath, exist, stat, is_absolute_filename,
+## is_rooted_relative_filename}
 ## @end deftypefn
 
 function retval = isdir (f)
--- a/scripts/miscellaneous/cast.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/miscellaneous/cast.m	Tue Nov 23 11:26:38 2021 -0800
@@ -80,7 +80,8 @@
 ## cast (cast (@var{user_defined_val}, "double"), "uint8")
 ## @end example
 ##
-## @seealso{typecast, int8, uint8, int16, uint16, int32, uint32, int64, uint64, double, single, logical, char, class, typeinfo}
+## @seealso{typecast, int8, uint8, int16, uint16, int32, uint32, int64, uint64,
+## double, single, logical, char, class, typeinfo}
 ## @end deftypefn
 
 function retval = cast (val, type, var)
--- a/scripts/miscellaneous/getfield.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/miscellaneous/getfield.m	Tue Nov 23 11:26:38 2021 -0800
@@ -35,7 +35,8 @@
 ## an array or cell array).  For a more complete description of the syntax,
 ## @pxref{XREFsetfield,,@code{setfield}}.
 ##
-## @seealso{setfield, rmfield, orderfields, isfield, fieldnames, isstruct, struct}
+## @seealso{setfield, rmfield, orderfields, isfield, fieldnames, isstruct,
+## struct}
 ## @end deftypefn
 
 function val = getfield (s, varargin)
--- a/scripts/miscellaneous/isfile.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/miscellaneous/isfile.m	Tue Nov 23 11:26:38 2021 -0800
@@ -29,7 +29,8 @@
 ##
 ## If @var{f} is a cell array of strings, @var{tf} is a logical array of the
 ## same size.
-## @seealso{isfolder, exist, stat, is_absolute_filename, is_rooted_relative_filename}
+## @seealso{isfolder, exist, stat, is_absolute_filename,
+## is_rooted_relative_filename}
 ## @end deftypefn
 
 function retval = isfile (f)
--- a/scripts/miscellaneous/isfolder.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/miscellaneous/isfolder.m	Tue Nov 23 11:26:38 2021 -0800
@@ -30,7 +30,8 @@
 ##
 ## If @var{f} is a cell array of strings, @var{tf} is a logical array of the
 ## same size.
-## @seealso{isfile, exist, stat, is_absolute_filename, is_rooted_relative_filename}
+## @seealso{isfile, exist, stat, is_absolute_filename,
+## is_rooted_relative_filename}
 ## @end deftypefn
 
 function retval = isfolder (f)
--- a/scripts/miscellaneous/setfield.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/miscellaneous/setfield.m	Tue Nov 23 11:26:38 2021 -0800
@@ -112,7 +112,8 @@
 ## @var{sa}(2).bar(3).baz(1,4) = 5
 ## @end group
 ## @end example
-## @seealso{getfield, rmfield, orderfields, isfield, fieldnames, isstruct, struct}
+## @seealso{getfield, rmfield, orderfields, isfield, fieldnames, isstruct,
+## struct}
 ## @end deftypefn
 
 function sout = setfield (s, varargin)
--- a/scripts/plot/draw/contour.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/contour.m	Tue Nov 23 11:26:38 2021 -0800
@@ -61,7 +61,8 @@
 ## @end group
 ## @end example
 ##
-## @seealso{ezcontour, contourc, contourf, contour3, clabel, meshc, surfc, caxis, colormap, plot}
+## @seealso{ezcontour, contourc, contourf, contour3, clabel, meshc, surfc,
+## caxis, colormap, plot}
 ##
 ## @end deftypefn
 
--- a/scripts/plot/draw/contour3.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/contour3.m	Tue Nov 23 11:26:38 2021 -0800
@@ -66,7 +66,8 @@
 ## @end group
 ## @end example
 ##
-## @seealso{contour, contourc, contourf, clabel, meshc, surfc, caxis, colormap, plot}
+## @seealso{contour, contourc, contourf, clabel, meshc, surfc, caxis, colormap,
+## plot}
 ## @end deftypefn
 
 function [c, h] = contour3 (varargin)
--- a/scripts/plot/draw/contourf.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/contourf.m	Tue Nov 23 11:26:38 2021 -0800
@@ -61,7 +61,8 @@
 ## contourf (x, y, z, -7:9)
 ## @end group
 ## @end example
-## @seealso{ezcontourf, contour, contourc, contour3, clabel, meshc, surfc, caxis, colormap, plot}
+## @seealso{ezcontourf, contour, contourc, contour3, clabel, meshc, surfc,
+## caxis, colormap, plot}
 ## @end deftypefn
 
 function [c, h] = contourf (varargin)
--- a/scripts/plot/draw/ezplot.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/ezplot.m	Tue Nov 23 11:26:38 2021 -0800
@@ -75,7 +75,8 @@
 ## The optional return value @var{h} is a vector of graphics handles to
 ## the created line objects.
 ##
-## @seealso{plot, ezplot3, ezpolar, ezcontour, ezcontourf, ezmesh, ezmeshc, ezsurf, ezsurfc}
+## @seealso{plot, ezplot3, ezpolar, ezcontour, ezcontourf, ezmesh, ezmeshc,
+## ezsurf, ezsurfc}
 ## @end deftypefn
 
 function h = ezplot (varargin)
--- a/scripts/plot/draw/isosurface.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/isosurface.m	Tue Nov 23 11:26:38 2021 -0800
@@ -141,7 +141,8 @@
 ## light ("Position", [1 1 5]);
 ## @end smallexample
 ##
-## @seealso{isonormals, isocolors, isocaps, smooth3, reducevolume, reducepatch, patch}
+## @seealso{isonormals, isocolors, isocaps, smooth3, reducevolume, reducepatch,
+## patch}
 ## @end deftypefn
 
 ## FIXME: Add support for string input argument "verbose"
--- a/scripts/plot/draw/mesh.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/mesh.m	Tue Nov 23 11:26:38 2021 -0800
@@ -58,7 +58,8 @@
 ## The optional return value @var{h} is a graphics handle to the created
 ## surface object.
 ##
-## @seealso{ezmesh, meshc, meshz, trimesh, contour, surf, surface, meshgrid, hidden, shading, colormap, caxis}
+## @seealso{ezmesh, meshc, meshz, trimesh, contour, surf, surface, meshgrid,
+## hidden, shading, colormap, caxis}
 ## @end deftypefn
 
 function h = mesh (varargin)
--- a/scripts/plot/draw/meshc.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/meshc.m	Tue Nov 23 11:26:38 2021 -0800
@@ -58,7 +58,8 @@
 ## The optional return value @var{h} is a 2-element vector with a graphics
 ## handle to the created surface object and to the created contour plot.
 ##
-## @seealso{ezmeshc, mesh, meshz, contour, surfc, surface, meshgrid, hidden, shading, colormap, caxis}
+## @seealso{ezmeshc, mesh, meshz, contour, surfc, surface, meshgrid, hidden,
+## shading, colormap, caxis}
 ## @end deftypefn
 
 function h = meshc (varargin)
--- a/scripts/plot/draw/meshz.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/meshz.m	Tue Nov 23 11:26:38 2021 -0800
@@ -58,7 +58,8 @@
 ## The optional return value @var{h} is a graphics handle to the created
 ## surface object.
 ##
-## @seealso{mesh, meshc, contour, surf, surface, waterfall, meshgrid, hidden, shading, colormap, caxis}
+## @seealso{mesh, meshc, contour, surf, surface, waterfall, meshgrid, hidden,
+## shading, colormap, caxis}
 ## @end deftypefn
 
 function h = meshz (varargin)
--- a/scripts/plot/draw/plot.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/plot.m	Tue Nov 23 11:26:38 2021 -0800
@@ -213,7 +213,8 @@
 ## To save a plot, in one of several image formats such as PostScript
 ## or PNG, use the @code{print} command.
 ##
-## @seealso{axis, box, grid, hold, legend, title, xlabel, ylabel, xlim, ylim, ezplot, errorbar, fplot, line, plot3, polar, loglog, semilogx, semilogy, subplot}
+## @seealso{axis, box, grid, hold, legend, title, xlabel, ylabel, xlim, ylim,
+## ezplot, errorbar, fplot, line, plot3, polar, loglog, semilogx, semilogy, subplot}
 ## @end deftypefn
 
 function h = plot (varargin)
--- a/scripts/plot/draw/surf.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/surf.m	Tue Nov 23 11:26:38 2021 -0800
@@ -61,7 +61,8 @@
 ## Note: The exact appearance of the surface can be controlled with the
 ## @code{shading} command or by using @code{set} to control surface object
 ## properties.
-## @seealso{ezsurf, surfc, surfl, surfnorm, trisurf, contour, mesh, surface, meshgrid, hidden, shading, colormap, caxis}
+## @seealso{ezsurf, surfc, surfl, surfnorm, trisurf, contour, mesh, surface,
+## meshgrid, hidden, shading, colormap, caxis}
 ## @end deftypefn
 
 function h = surf (varargin)
--- a/scripts/plot/draw/surfc.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/surfc.m	Tue Nov 23 11:26:38 2021 -0800
@@ -61,7 +61,8 @@
 ## Note: The exact appearance of the surface can be controlled with the
 ## @code{shading} command or by using @code{set} to control surface object
 ## properties.
-## @seealso{ezsurfc, surf, surfl, surfnorm, trisurf, contour, mesh, surface, meshgrid, hidden, shading, colormap, caxis}
+## @seealso{ezsurfc, surf, surfl, surfnorm, trisurf, contour, mesh, surface,
+## meshgrid, hidden, shading, colormap, caxis}
 ## @end deftypefn
 
 function h = surfc (varargin)
--- a/scripts/plot/draw/waterfall.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/plot/draw/waterfall.m	Tue Nov 23 11:26:38 2021 -0800
@@ -61,7 +61,8 @@
 ## The optional return value @var{h} is a graphics handle to the created
 ## surface object.
 ##
-## @seealso{meshz, mesh, meshc, contour, surf, surface, ribbon, meshgrid, hidden, shading, colormap, caxis}
+## @seealso{meshz, mesh, meshc, contour, surf, surface, ribbon, meshgrid,
+## hidden, shading, colormap, caxis}
 ## @end deftypefn
 
 function h = waterfall (varargin)
--- a/scripts/statistics/movmad.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movmad.m	Tue Nov 23 11:26:38 2021 -0800
@@ -125,7 +125,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmax, movmean, movmedian, movmin, movprod, movstd, movsum, movvar}
+## @seealso{movfun, movslice, movmax, movmean, movmedian, movmin, movprod,
+## movstd, movsum, movvar}
 ## @end deftypefn
 
 function y = movmad (x, wlen, varargin)
--- a/scripts/statistics/movmax.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movmax.m	Tue Nov 23 11:26:38 2021 -0800
@@ -125,7 +125,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmean, movmedian, movmin, movprod, movstd, movsum, movvar}
+## @seealso{movfun, movslice, movmad, movmean, movmedian, movmin, movprod,
+## movstd, movsum, movvar}
 ## @end deftypefn
 
 function y = movmax (x, wlen, varargin)
--- a/scripts/statistics/movmean.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movmean.m	Tue Nov 23 11:26:38 2021 -0800
@@ -125,7 +125,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmax, movmedian, movmin, movprod, movstd, movsum, movvar}
+## @seealso{movfun, movslice, movmad, movmax, movmedian, movmin, movprod,
+## movstd, movsum, movvar}
 ## @end deftypefn
 
 function y = movmean (x, wlen, varargin)
--- a/scripts/statistics/movmedian.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movmedian.m	Tue Nov 23 11:26:38 2021 -0800
@@ -125,7 +125,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmax, movmean, movmin, movprod, movstd, movsum, movvar}
+## @seealso{movfun, movslice, movmad, movmax, movmean, movmin, movprod, movstd,
+## movsum, movvar}
 ## @end deftypefn
 
 function y = movmedian (x, wlen, varargin)
--- a/scripts/statistics/movmin.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movmin.m	Tue Nov 23 11:26:38 2021 -0800
@@ -125,7 +125,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movprod, movstd, movsum, movvar}
+## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movprod,
+## movstd, movsum, movvar}
 ## @end deftypefn
 
 function y = movmin (x, wlen, varargin)
--- a/scripts/statistics/movprod.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movprod.m	Tue Nov 23 11:26:38 2021 -0800
@@ -125,7 +125,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin, movstd, movsum, movvar}
+## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin,
+## movstd, movsum, movvar}
 ## @end deftypefn
 
 function y = movprod (x, wlen, varargin)
--- a/scripts/statistics/movstd.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movstd.m	Tue Nov 23 11:26:38 2021 -0800
@@ -140,7 +140,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin, movprod, movsum, movvar}
+## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin,
+## movprod, movsum, movvar}
 ## @end deftypefn
 
 function y = movstd (x, wlen, varargin)
--- a/scripts/statistics/movsum.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movsum.m	Tue Nov 23 11:26:38 2021 -0800
@@ -125,7 +125,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin, movprod, movstd, movvar}
+## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin,
+## movprod, movstd, movvar}
 ## @end deftypefn
 
 function y = movsum (x, wlen, varargin)
--- a/scripts/statistics/movvar.m	Tue Nov 23 12:40:51 2021 -0500
+++ b/scripts/statistics/movvar.m	Tue Nov 23 11:26:38 2021 -0800
@@ -139,7 +139,8 @@
 ## Programming Note: This function is a wrapper which calls @code{movfun}.
 ## For additional options and documentation, @pxref{XREFmovfun,,@code{movfun}}.
 ##
-## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin, movprod, movstd, movsum}
+## @seealso{movfun, movslice, movmad, movmax, movmean, movmedian, movmin,
+## movprod, movstd, movsum}
 ## @end deftypefn
 
 function y = movvar (x, wlen, varargin)