]> code.delx.au - gnu-emacs/commitdiff
(Fforward_comment): Doc fix.
authorDave Love <fx@gnu.org>
Wed, 30 Oct 2002 19:17:31 +0000 (19:17 +0000)
committerDave Love <fx@gnu.org>
Wed, 30 Oct 2002 19:17:31 +0000 (19:17 +0000)
src/syntax.c

index f7b45cd6acc79e39d71ee2ab516f75ed41756e3a..942e2da3c1b574c794a1bf25813c4675e7dae503 100644 (file)
@@ -1772,10 +1772,11 @@ forw_comment (from, from_byte, stop, nesting, style, prev_syntax,
 }
 
 DEFUN ("forward-comment", Fforward_comment, Sforward_comment, 1, 1, 0,
-       doc: /* Move forward across up to N comments.  If N is negative, move backward.
+       doc: /* 
+Move forward across up to COUNT comments.  If COUNT is negative, move backward.
 Stop scanning if we find something other than a comment or whitespace.
 Set point to where scanning stops.
-If N comments are found as expected, with nothing except whitespace
+If COUNT comments are found as expected, with nothing except whitespace
 between them, return t; otherwise return nil.  */)
      (count)
      Lisp_Object count;