diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-05-09 06:59:45 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-05-09 06:59:45 +0000 |
commit | 2616f5532c55807de343a3c1780d751782a0c699 (patch) | |
tree | 3e8f3272b9d162ce0de7755b3f5f7329877222c5 /lispref/positions.texi | |
parent | 6fdf40f3a100b572583c3816c3074cea455aee12 (diff) | |
download | emacs-2616f5532c55807de343a3c1780d751782a0c699.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/positions.texi')
-rw-r--r-- | lispref/positions.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi index b8ddd6188f1..998dddd4d14 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -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 |