# HG changeset patch # User Rik # Date 1355356912 28800 # Node ID 169a47c5e254e1ccb06b649d2a977c45967fb44b # Parent a1d1386daeed8522385bc81aac1220c17fd8e05d recycle.m: Fix docstring. * recycle.m: Fix docstring. diff -r a1d1386daeed -r 169a47c5e254 scripts/miscellaneous/recycle.m --- a/scripts/miscellaneous/recycle.m Wed Dec 12 18:07:55 2012 -0500 +++ b/scripts/miscellaneous/recycle.m Wed Dec 12 16:01:52 2012 -0800 @@ -17,13 +17,13 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{current_state}} recycle () -## @deftypefnx {Function File} {@var{old_state}} recycle (@var{new_state}) +## @deftypefn {Function File} {@var{current_state} =} recycle () +## @deftypefnx {Function File} {@var{old_state} =} recycle (@var{new_state}) ## Query or set the preference for recycling deleted files. ## -## Recycling files instead of permanently deleting them is currently not -## implemented in Octave. To help avoid accidental data loss it -## is an error to attempt enable file recycling. +## Recycling files, instead of permanently deleting them, is not currently +## implemented in Octave. To help avoid accidental data loss an error +## will be raised if an attempt is made to enable file recycling. ## @seealso{delete} ## @end deftypefn