comparison src/syntax.c @ 48089:8bd7557b4421

(Fforward_comment): Doc fix.
author Dave Love <fx@gnu.org>
date Wed, 30 Oct 2002 19:17:31 +0000
parents 080b4586492b
children 303d917c08c3
comparison
equal deleted inserted replaced
48088:9618c046ce89 48089:8bd7557b4421
1770 *bytepos_ptr = from_byte; 1770 *bytepos_ptr = from_byte;
1771 return 1; 1771 return 1;
1772 } 1772 }
1773 1773
1774 DEFUN ("forward-comment", Fforward_comment, Sforward_comment, 1, 1, 0, 1774 DEFUN ("forward-comment", Fforward_comment, Sforward_comment, 1, 1, 0,
1775 doc: /* Move forward across up to N comments. If N is negative, move backward. 1775 doc: /*
1776 Move forward across up to COUNT comments. If COUNT is negative, move backward.
1776 Stop scanning if we find something other than a comment or whitespace. 1777 Stop scanning if we find something other than a comment or whitespace.
1777 Set point to where scanning stops. 1778 Set point to where scanning stops.
1778 If N comments are found as expected, with nothing except whitespace 1779 If COUNT comments are found as expected, with nothing except whitespace
1779 between them, return t; otherwise return nil. */) 1780 between them, return t; otherwise return nil. */)
1780 (count) 1781 (count)
1781 Lisp_Object count; 1782 Lisp_Object count;
1782 { 1783 {
1783 register int from; 1784 register int from;