/[emacs]/emacs/lispref/syntax.texi
ViewVC logotype

Diff of /emacs/lispref/syntax.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by rms, Sun Nov 25 10:57:45 2001 UTC revision 1.23 by rms, Thu Nov 29 00:50:17 2001 UTC
# Line 771  one comment or several comments. Line 771  one comment or several comments.
771  @defun forward-comment count  @defun forward-comment count
772  This function moves point forward across @var{count} complete comments  This function moves point forward across @var{count} complete comments
773  (that is, including the starting delimiter and the terminating  (that is, including the starting delimiter and the terminating
774  delimiter if any).  It moves backward if @var{count} is negative.  If  delimiter if any), plus any whitespace encountered on the way.  It
775  it encounters anything other than a comment or whitespace, it stops,  moves backward if @var{count} is negative.  If it encounters anything
776  leaving point at the place where it stopped.  This includes (for  other than a comment or whitespace, it stops, leaving point at the
777  instance) finding the end of a comment when moving forward and  place where it stopped.  This includes (for instance) finding the end
778  expecting the beginning of one.  The function also stops immediately  of a comment when moving forward and expecting the beginning of one.
779  after moving over the specified number of complete comments.  The function also stops immediately after moving over the specified
780    number of complete comments.
781    
782  This function cannot tell whether the ``comments'' it traverses are  This function cannot tell whether the ``comments'' it traverses are
783  embedded within a string.  If they look like comments, it treats them  embedded within a string.  If they look like comments, it treats them

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26