diff scripts/optimization/fminunc.m @ 27585:757a7119e319 stable

doc: Create en-dashes and em-dashes correctly in documentation. * numbers.txi, dmperm.cc (Fdmperm), condest.m, qmr.m: Use "--" to create en-dash for page numer ranges in citations. * fminunc.m: Use "---" to create em-dash where en-dash was mistakenly created.
author Rik <rik@octave.org>
date Tue, 29 Oct 2019 16:36:41 -0700
parents 00f796120a6d
children b0626d075ad7
line wrap: on
line diff
--- a/scripts/optimization/fminunc.m	Mon Oct 28 15:49:47 2019 -0700
+++ b/scripts/optimization/fminunc.m	Tue Oct 29 16:36:41 2019 -0700
@@ -45,7 +45,7 @@
 ## default, this option is @qcode{"off"} because it may sometimes deliver
 ## unexpected (though mathematically correct) results.
 ##
-## If @qcode{"GradObj"} is @qcode{"on"}, it specifies that @var{fcn}--when
+## If @qcode{"GradObj"} is @qcode{"on"}, it specifies that @var{fcn}---when
 ## called with two output arguments---also returns the Jacobian matrix of
 ## partial first derivatives at the requested point.
 ##