]> code.delx.au - gnu-emacs/blobdiff - src/syntax.c
Trailing whitespace deleted.
[gnu-emacs] / src / syntax.c
index 116249fe2839811ef2a09cb0c1c0ef0f28e5c1bc..799f44d3c2fe8b3ab49c0982388538dc435c1b8d 100644 (file)
@@ -1774,7 +1774,7 @@ forw_comment (from, from_byte, stop, nesting, style, prev_syntax,
 }
 
 DEFUN ("forward-comment", Fforward_comment, Sforward_comment, 1, 1, 0,
-       doc: /* 
+       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.