diff scripts/general/interp3.m @ 12255:ad70f6cf1268 release-3-4-x

Correct en-dash,em-dash instances in docstrings. Add a few more operators to operator index.
author Rik <octave@nomad.inbox5.com>
date Wed, 26 Jan 2011 20:51:20 -0800
parents c792872f8942
children cefd568ea073 621108cf81d1
line wrap: on
line diff
--- a/scripts/general/interp3.m	Wed Jan 26 23:49:42 2011 -0500
+++ b/scripts/general/interp3.m	Wed Jan 26 20:51:20 2011 -0800
@@ -52,7 +52,7 @@
 ## Cubic interpolation from four nearest neighbors (not implemented yet).
 ##
 ## @item 'spline'
-## Cubic spline interpolation--smooth first and second derivatives
+## Cubic spline interpolation---smooth first and second derivatives
 ## throughout the curve.
 ## @end table
 ##