]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKarl Heuer <kwzh@gnu.org>
Sun, 9 May 1999 06:59:45 +0000 (06:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 9 May 1999 06:59:45 +0000 (06:59 +0000)
lispref/positions.texi

index b8ddd6188f193cd2863589bfc17da0a0e2a5e734..998dddd4d14f1c795c84ed476a784cf067080838 100644 (file)
@@ -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