# HG changeset patch # User Dave Love # Date 1036005451 0 # Node ID 8bd7557b44214f78c8e50fa691e3999ec5a4b944 # Parent 9618c046ce89215082474c8c1da3e58c554d334f (Fforward_comment): Doc fix. diff -r 9618c046ce89 -r 8bd7557b4421 src/syntax.c --- a/src/syntax.c Wed Oct 30 19:16:32 2002 +0000 +++ b/src/syntax.c Wed Oct 30 19:17:31 2002 +0000 @@ -1772,10 +1772,11 @@ } 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;