# HG changeset patch # User Rik # Date 1322020206 28800 # Node ID 043aead8ed89557e9c80436f21c95f0cf69d26c2 # Parent 826f008c829b87596b0b01ed45afbd761aa07045 Remove recycle from list of unimplemented functions * unimplemented.m: Remove recycle from list. * recycle.m: Correct typo in code. Use standard phrasing in docstring. diff --git a/scripts/help/unimplemented.m b/scripts/help/unimplemented.m --- a/scripts/help/unimplemented.m +++ b/scripts/help/unimplemented.m @@ -330,7 +330,6 @@ "quad2d", "questdlg", "rbbox", - "recycle", "reducepatch", "reducevolume", "resample", diff --git a/scripts/miscellaneous/recycle.m b/scripts/miscellaneous/recycle.m --- a/scripts/miscellaneous/recycle.m +++ b/scripts/miscellaneous/recycle.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{current_state}} recycle () ## @deftypefnx {Function File} {@var{old_state}} recycle (@var{new_state}) -## Display or set the preference for recycling deleted files. +## 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 @@ -51,7 +51,7 @@ error ("recycle: invalid value of STATE = `%s'", state); endif else - erroor ("recycle: expecting STATE to be a character string"); + error ("recycle: expecting STATE to be a character string"); endif endif