comparison lispref/positions.texi @ 90533:8a8e69664178

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 343-356) - Update from CVS - Update for ERC 5.1.3. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 113-115) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
author Miles Bader <miles@gnu.org>
date Wed, 19 Jul 2006 00:42:56 +0000
parents c5406394f567 5688afba6548
children bc10a33dd40b
comparison
equal deleted inserted replaced
90532:e22cf6d2400c 90533:8a8e69664178
226 ``escape'' and ``character quote'' syntax classes count as part of 226 ``escape'' and ``character quote'' syntax classes count as part of
227 words. Otherwise, they do not. 227 words. Otherwise, they do not.
228 @end defvar 228 @end defvar
229 229
230 @defvar inhibit-field-text-motion 230 @defvar inhibit-field-text-motion
231 @tindex inhibit-field-text-motion
232 If this variable is non-@code{nil}, certain motion functions including 231 If this variable is non-@code{nil}, certain motion functions including
233 @code{forward-word}, @code{forward-sentence}, and 232 @code{forward-word}, @code{forward-sentence}, and
234 @code{forward-paragraph} ignore field boundaries. 233 @code{forward-paragraph} ignore field boundaries.
235 @end defvar 234 @end defvar
236 235
343 portion, if narrowing is in effect), it positions point there. No error 342 portion, if narrowing is in effect), it positions point there. No error
344 is signaled. 343 is signaled.
345 @end deffn 344 @end deffn
346 345
347 @defun line-beginning-position &optional count 346 @defun line-beginning-position &optional count
348 @tindex line-beginning-position
349 Return the position that @code{(beginning-of-line @var{count})} 347 Return the position that @code{(beginning-of-line @var{count})}
350 would move to. 348 would move to.
351 @end defun 349 @end defun
352 350
353 @deffn Command end-of-line &optional count 351 @deffn Command end-of-line &optional count
365 portion, if narrowing is in effect), it positions point there. No error 363 portion, if narrowing is in effect), it positions point there. No error
366 is signaled. 364 is signaled.
367 @end deffn 365 @end deffn
368 366
369 @defun line-end-position &optional count 367 @defun line-end-position &optional count
370 @tindex line-end-position
371 Return the position that @code{(end-of-line @var{count})} 368 Return the position that @code{(end-of-line @var{count})}
372 would move to. 369 would move to.
373 @end defun 370 @end defun
374 371
375 @deffn Command forward-line &optional count 372 @deffn Command forward-line &optional count
733 @code{nil}, an open parenthesis in column 0 has no special meaning. 730 @code{nil}, an open parenthesis in column 0 has no special meaning.
734 The default is @code{t}. 731 The default is @code{t}.
735 @end defopt 732 @end defopt
736 733
737 @defvar beginning-of-defun-function 734 @defvar beginning-of-defun-function
738 @tindex beginning-of-defun-function
739 If non-@code{nil}, this variable holds a function for finding the 735 If non-@code{nil}, this variable holds a function for finding the
740 beginning of a defun. The function @code{beginning-of-defun} 736 beginning of a defun. The function @code{beginning-of-defun}
741 calls this function instead of using its normal method. 737 calls this function instead of using its normal method.
742 @end defvar 738 @end defvar
743 739
744 @defvar end-of-defun-function 740 @defvar end-of-defun-function
745 @tindex end-of-defun-function
746 If non-@code{nil}, this variable holds a function for finding the end of 741 If non-@code{nil}, this variable holds a function for finding the end of
747 a defun. The function @code{end-of-defun} calls this function instead 742 a defun. The function @code{end-of-defun} calls this function instead
748 of using its normal method. 743 of using its normal method.
749 @end defvar 744 @end defvar
750 745