From 3fbca65f539e2f045ae00753c0848ff247cb9d08 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Jul 2006 18:03:53 +0000 Subject: [PATCH] (Word Motion, Text Lines, List Motion): Remove @tindex. --- lispref/positions.texi | 5 ----- 1 file changed, 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. @end defvar @defvar inhibit-field-text-motion -@tindex inhibit-field-text-motion If this variable is non-@code{nil}, certain motion functions including @code{forward-word}, @code{forward-sentence}, and @code{forward-paragraph} ignore field boundaries. @@ -345,7 +344,6 @@ 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 @@ -367,7 +365,6 @@ 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 @@ -735,14 +732,12 @@ The default is @code{t}. @end defopt @defvar beginning-of-defun-function -@tindex beginning-of-defun-function If non-@code{nil}, this variable holds a function for finding the beginning of a defun. The function @code{beginning-of-defun} calls this function instead of using its normal method. @end defvar @defvar end-of-defun-function -@tindex end-of-defun-function If non-@code{nil}, this variable holds a function for finding the end of a defun. The function @code{end-of-defun} calls this function instead of using its normal method. -- 2.39.5