diff src/help.cc @ 5339:4266ef7972b2

[project @ 2005-05-05 19:06:25 by jwe]
author jwe
date Thu, 05 May 2005 19:06:26 +0000
parents 4c8a2e4e0717
children c8783205a7c6
line wrap: on
line diff
--- a/src/help.cc	Thu May 05 17:28:51 2005 +0000
+++ b/src/help.cc	Thu May 05 19:06:26 2005 +0000
@@ -137,7 +137,8 @@
     "Addition operator.", },
 
   { "++",
-    "Increment operator.  As in C, may be applied as a prefix or postfix operator.", },
+    "Increment operator.  As in C, may be applied as a prefix or postfix\n\
+operator.", },
 
   { ",",
     "Array index, function argument, or command separator.", },
@@ -146,7 +147,8 @@
     "Subtraction or unary negation operator.", },
 
   { "--",
-    "Decrement operator.  As in C, may be applied as a prefix or postfix operator.", },
+    "Decrement operator.  As in C, may be applied as a prefix or postfix\n\
+operator.", },
 
   { ".'",
     "Matrix transpose operator.  For complex matrices, computes the\n\
@@ -323,10 +325,12 @@
     "Begin the cleanup section of an unwind_protect block.", }, 
 
   { "varargin",
-    "Pass an arbitrary number of arguments into a function.",},
+    "Pass an arbitrary number of arguments into a function.  See also\n\
+varargout, nargin, and nargout.",},
 
   { "varargout",
-    "Pass an arbitrary number of arguments out of a function.",},
+    "Pass an arbitrary number of arguments out of a function.  See also\n\
+varargin, nargin, and nargout.",},
 
   { "while",
     "Begin a while loop.", },