changeset 13918:043aead8ed89

Remove recycle from list of unimplemented functions * unimplemented.m: Remove recycle from list. * recycle.m: Correct typo in code. Use standard phrasing in docstring.
author Rik <octave@nomad.inbox5.com>
date Tue, 22 Nov 2011 19:50:06 -0800
parents 826f008c829b
children 8cb79741769d
files scripts/help/unimplemented.m scripts/miscellaneous/recycle.m
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/unimplemented.m
+++ b/scripts/help/unimplemented.m
@@ -330,7 +330,6 @@
   "quad2d",
   "questdlg",
   "rbbox",
-  "recycle",
   "reducepatch",
   "reducevolume",
   "resample",
--- 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