X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fsyntax.texi;h=2b75bc0197a67ebc9c78941a5bd07e78e612c49d;hb=70ec853d89044f7340df09e7c7d2dec9f50f18a8;hp=2bbbdd6a98ba67c99862594609aee84f81140ebe;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/syntax.texi b/man/lispref/syntax.texi index 2bbbdd6..2b75bc0 100644 --- a/man/lispref/syntax.texi +++ b/man/lispref/syntax.texi @@ -666,13 +666,13 @@ end of a comment. This limitation no longer exists. You can use @code{forward-comment} to move forward or backward over one comment or several comments. -@defun forward-comment count &optional buffer +@defun forward-comment &optional count buffer This function moves point forward across @var{count} comments (backward, if @var{count} is negative). If it finds anything other than a comment or whitespace, it stops, leaving point at the place where it stopped. -It also stops after satisfying @var{count}. +It also stops after satisfying @var{count}. @var{count} defaults to @code{1}. - Optional argument @var{buffer} defaults to the current buffer. +Optional argument @var{buffer} defaults to the current buffer. @end defun To move forward over all comments and whitespace following point, use