diff scripts/general/interp1.m @ 12175:2090995ca588

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 b3f9f98e7640
line wrap: on
line diff
--- a/scripts/general/interp1.m	Wed Jan 26 23:49:42 2011 -0500
+++ b/scripts/general/interp1.m	Wed Jan 26 20:51:20 2011 -0800
@@ -46,7 +46,7 @@
 ## Cubic interpolation from four nearest neighbors
 ##
 ## @item 'spline'
-## Cubic spline interpolation--smooth first and second derivatives
+## Cubic spline interpolation---smooth first and second derivatives
 ## throughout the curve
 ## @end table
 ##