emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/positions.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi,v
Date: Sat, 08 Jul 2006 18:03:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:03:54

Index: positions.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/positions.texi,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- positions.texi      6 Feb 2006 11:55:10 -0000       1.59
+++ positions.texi      8 Jul 2006 18:03:53 -0000       1.60
@@ -228,7 +228,6 @@
 @end defvar
 
 @defvar inhibit-field-text-motion
address@hidden inhibit-field-text-motion
 If this variable is address@hidden, 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
address@hidden 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
address@hidden 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
address@hidden beginning-of-defun-function
 If address@hidden, 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
address@hidden end-of-defun-function
 If address@hidden, 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]