Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
37778b63
Commit
37778b63
authored
Nov 29, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another change in forward-comment.
parent
bf5367b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
lispref/syntax.texi
lispref/syntax.texi
+7
-6
No files found.
lispref/syntax.texi
View file @
37778b63
...
@@ -771,12 +771,13 @@ one comment or several comments.
...
@@ -771,12 +771,13 @@ one comment or several comments.
@defun forward-comment count
@defun forward-comment count
This function moves point forward across @var{count} complete comments
This function moves point forward across @var{count} complete comments
(that is, including the starting delimiter and the terminating
(that is, including the starting delimiter and the terminating
delimiter if any). It moves backward if @var{count} is negative. If
delimiter if any), plus any whitespace encountered on the way. It
it encounters anything other than a comment or whitespace, it stops,
moves backward if @var{count} is negative. If it encounters anything
leaving point at the place where it stopped. This includes (for
other than a comment or whitespace, it stops, leaving point at the
instance) finding the end of a comment when moving forward and
place where it stopped. This includes (for instance) finding the end
expecting the beginning of one. The function also stops immediately
of a comment when moving forward and expecting the beginning of one.
after moving over the specified number of complete comments.
The function also stops immediately after moving over the specified
number of complete comments.
This function cannot tell whether the ``comments'' it traverses are
This function cannot tell whether the ``comments'' it traverses are
embedded within a string. If they look like comments, it treats them
embedded within a string. If they look like comments, it treats them
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment