Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2616f553
Commit
2616f553
authored
May 09, 1999
by
Karl Heuer
Browse files
*** empty log message ***
parent
6fdf40f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
lispref/positions.texi
lispref/positions.texi
+12
-0
No files found.
lispref/positions.texi
View file @
2616f553
...
...
@@ -310,6 +310,12 @@ portion, if narrowing is in effect), it positions point there. No error
is signaled.
@end deffn
@defun line-beginning-position &optional count
@tindex line-beginning-position
Return the position that @code{(beginning-of-line @var{count})}
would move to.
@end defun
@deffn Command end-of-line &optional count
This function moves point to the end of the current line. With an
argument @var{count} not @code{nil} or 1, it moves forward
...
...
@@ -320,6 +326,12 @@ portion, if narrowing is in effect), it positions point there. No error
is signaled.
@end deffn
@defun line-end-position &optional count
@tindex line-end-position
Return the position that @code{(end-of-line @var{count})}
would move to.
@end defun
@deffn Command forward-line &optional count
@cindex beginning of line
This function moves point forward @var{count} lines, to the beginning of
...
...
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