aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/positions.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi
index f56e1a6a389..d8242158675 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -228,7 +228,6 @@ 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
232If this variable is non-@code{nil}, certain motion functions including 231If 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.
@@ -345,7 +344,6 @@ 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
349Return the position that @code{(beginning-of-line @var{count})} 347Return the position that @code{(beginning-of-line @var{count})}
350would move to. 348would move to.
351@end defun 349@end defun
@@ -367,7 +365,6 @@ 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
371Return the position that @code{(end-of-line @var{count})} 368Return the position that @code{(end-of-line @var{count})}
372would move to. 369would move to.
373@end defun 370@end defun
@@ -735,14 +732,12 @@ 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
739If non-@code{nil}, this variable holds a function for finding the 735If non-@code{nil}, this variable holds a function for finding the
740beginning of a defun. The function @code{beginning-of-defun} 736beginning of a defun. The function @code{beginning-of-defun}
741calls this function instead of using its normal method. 737calls 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
746If non-@code{nil}, this variable holds a function for finding the end of 741If non-@code{nil}, this variable holds a function for finding the end of
747a defun. The function @code{end-of-defun} calls this function instead 742a defun. The function @code{end-of-defun} calls this function instead
748of using its normal method. 743of using its normal method.