From ee648c11883d30b5aa07db11e67fcaf6c762b34b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 30 Oct 2002 19:17:31 +0000 Subject: [PATCH] (Fforward_comment): Doc fix. --- src/syntax.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/syntax.c b/src/syntax.c index f7b45cd6acc..942e2da3c1b 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -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; -- 2.39.2