diff options
| -rw-r--r-- | lispref/positions.texi | 5 |
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 | ||
| 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. |
| @@ -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 | ||
| 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 |
| @@ -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 | ||
| 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 |
| @@ -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 | ||
| 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. |