changeset 24702:95815bc1f83b

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Sun, 09 May 1999 06:59:45 +0000
parents 04e6bb1f69e1
children af2906590846
files lispref/positions.texi
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/positions.texi	Sun May 09 06:34:35 1999 +0000
+++ b/lispref/positions.texi	Sun May 09 06:59:45 1999 +0000
@@ -310,6 +310,12 @@
 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 @@
 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