From: Dave Love Date: Wed, 30 Oct 2002 19:17:31 +0000 (+0000) Subject: (Fforward_comment): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12649 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee648c11883d30b5aa07db11e67fcaf6c762b34b;p=emacs.git (Fforward_comment): Doc fix. --- 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;