Mercurial > emacs
changeset 71698:5688afba6548
(Word Motion, Text Lines, List Motion): Remove @tindex.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Jul 2006 18:03:53 +0000 |
parents | b8f9be99381d |
children | a6b7cfaf2ff5 |
files | lispref/positions.texi |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/positions.texi Sat Jul 08 18:03:23 2006 +0000 +++ b/lispref/positions.texi Sat Jul 08 18:03:53 2006 +0000 @@ -228,7 +228,6 @@ @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 @@ @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 @@ @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 @@ @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.