aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c5
1 files 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,
1772} 1772}
1773 1773
1774DEFUN ("forward-comment", Fforward_comment, Sforward_comment, 1, 1, 0, 1774DEFUN ("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: /*
1776Move forward across up to COUNT comments. If COUNT is negative, move backward.
1776Stop scanning if we find something other than a comment or whitespace. 1777Stop scanning if we find something other than a comment or whitespace.
1777Set point to where scanning stops. 1778Set point to where scanning stops.
1778If N comments are found as expected, with nothing except whitespace 1779If COUNT comments are found as expected, with nothing except whitespace
1779between them, return t; otherwise return nil. */) 1780between them, return t; otherwise return nil. */)
1780 (count) 1781 (count)
1781 Lisp_Object count; 1782 Lisp_Object count;