comparison lispref/positions.texi @ 24702:95815bc1f83b

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Sun, 09 May 1999 06:59:45 +0000
parents f0cd03a7dac9
children 80ac191b6d2b
comparison
equal deleted inserted replaced
24701:04e6bb1f69e1 24702:95815bc1f83b
308 If this function reaches the end of the buffer (or of the accessible 308 If this function reaches the end of the buffer (or of the accessible
309 portion, if narrowing is in effect), it positions point there. No error 309 portion, if narrowing is in effect), it positions point there. No error
310 is signaled. 310 is signaled.
311 @end deffn 311 @end deffn
312 312
313 @defun line-beginning-position &optional count
314 @tindex line-beginning-position
315 Return the position that @code{(beginning-of-line @var{count})}
316 would move to.
317 @end defun
318
313 @deffn Command end-of-line &optional count 319 @deffn Command end-of-line &optional count
314 This function moves point to the end of the current line. With an 320 This function moves point to the end of the current line. With an
315 argument @var{count} not @code{nil} or 1, it moves forward 321 argument @var{count} not @code{nil} or 1, it moves forward
316 @var{count}@minus{}1 lines and then to the end of the line. 322 @var{count}@minus{}1 lines and then to the end of the line.
317 323
318 If this function reaches the end of the buffer (or of the accessible 324 If this function reaches the end of the buffer (or of the accessible
319 portion, if narrowing is in effect), it positions point there. No error 325 portion, if narrowing is in effect), it positions point there. No error
320 is signaled. 326 is signaled.
321 @end deffn 327 @end deffn
328
329 @defun line-end-position &optional count
330 @tindex line-end-position
331 Return the position that @code{(end-of-line @var{count})}
332 would move to.
333 @end defun
322 334
323 @deffn Command forward-line &optional count 335 @deffn Command forward-line &optional count
324 @cindex beginning of line 336 @cindex beginning of line
325 This function moves point forward @var{count} lines, to the beginning of 337 This function moves point forward @var{count} lines, to the beginning of
326 the line. If @var{count} is negative, it moves point 338 the line. If @var{count} is negative, it moves point