diff lispref/positions.texi @ 27385:f7b7fdb0f3f4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 2000 03:42:21 +0000
parents 89afca54a135
children fdbde2514fc3
line wrap: on
line diff
--- a/lispref/positions.texi	Fri Jan 21 03:40:33 2000 +0000
+++ b/lispref/positions.texi	Fri Jan 21 03:42:21 2000 +0000
@@ -678,6 +678,20 @@
 open-parenthesis syntax.
 @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.
+@end defvar
+
 @node Skipping Characters
 @comment  node-name,  next,  previous,  up
 @subsection Skipping Characters