# HG changeset patch # User Rik # Date 1648686618 25200 # Node ID 2b07748dbae3fc1d5a0104e7576d577498314297 # Parent e180bcbf7ce2d292222ce177b80e15017a1793a6 clock.m: Fix typo in cset e180bcbf7ce2 preventing documentation from building. * clock.m: Use @deftypefnx macro for second line of documentation. diff -r e180bcbf7ce2 -r 2b07748dbae3 scripts/time/clock.m --- a/scripts/time/clock.m Wed Mar 30 16:26:03 2022 -0700 +++ b/scripts/time/clock.m Wed Mar 30 17:30:18 2022 -0700 @@ -24,8 +24,8 @@ ######################################################################## ## -*- texinfo -*- -## @deftypefn {} {@var{datevec} =} clock () -## @deftypefn {} {[@var{datevec}, @var{isdst}] =} clock () +## @deftypefn {} {@var{datevec} =} clock () +## @deftypefnx {} {[@var{datevec}, @var{isdst}] =} clock () ## Return the current local date and time as a date vector. ## ## The date vector contains the following fields: current year, month (1-12),