Mercurial > emacs
changeset 98747:80897ed31905
(List Motion): beginning-of-defun-function can now accept an argument.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 15 Oct 2008 14:59:56 +0000 |
parents | 02ddcdf10a75 |
children | acdbd781f622 |
files | doc/lispref/positions.texi |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/positions.texi Wed Oct 15 14:44:02 2008 +0000 +++ b/doc/lispref/positions.texi Wed Oct 15 14:59:56 2008 +0000 @@ -737,7 +737,10 @@ @defvar 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. +calls this function instead of using its normal method, passing it its +optional argument. If the argument is non-@code{nil}, the function +should move back by that many functions, like +@code{beginning-of-defun} does. @end defvar @defvar end-of-defun-function