diff src/input.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents 57649dcecb55
children a3739e27b017
line wrap: on
line diff
--- a/src/input.cc	Mon Mar 30 19:48:56 2009 -0400
+++ b/src/input.cc	Sat Mar 28 13:57:22 2009 -0700
@@ -1390,8 +1390,8 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} filemarker ()\n\
 Returns or sets the character used to separate filename from the\n\
-the subfunction names contained within the file. This can be used in\n\
-a generic manner to interact with subfunctions. For example\n\
+the subfunction names contained within the file.  This can be used in\n\
+a generic manner to interact with subfunctions.  For example\n\
 \n\
 @example\n\
 help ([\"myfunc\", filemarker, \"mysubfunc\"])\n\
@@ -1399,7 +1399,7 @@
 \n\
 @noindent\n\
 returns the help string associated with the sub-function @code{mysubfunc}\n\
-of the function @code{myfunc}. Another use of @code{filemarker} is when\n\
+of the function @code{myfunc}.  Another use of @code{filemarker} is when\n\
 debugging it allows easier placement of breakpoints within sub-functions.\n\
 For example\n\
 \n\