comparison 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
comparison
equal deleted inserted replaced
27384:a10a13dd0670 27385:f7b7fdb0f3f4
676 defun. That is to say, a defun begins on a line that starts with a 676 defun. That is to say, a defun begins on a line that starts with a
677 match for this regular expression, followed by a character with 677 match for this regular expression, followed by a character with
678 open-parenthesis syntax. 678 open-parenthesis syntax.
679 @end defopt 679 @end defopt
680 680
681 @defvar beginning-of-defun-function
682 @tindex beginning-of-defun-function
683 If non-@code{nil}, this variable holds a function for finding the
684 beginning of a defun. The function @code{beginning-of-defun}
685 calls this function instead of using its normal method.
686 @end defvar
687
688 @defvar end-of-defun-function
689 @tindex end-of-defun-function
690 If non-@code{nil}, this variable holds a function for finding the end of
691 a defun. The function @code{end-of-defun} calls this function instead
692 of using its normal method.
693 @end defvar
694
681 @node Skipping Characters 695 @node Skipping Characters
682 @comment node-name, next, previous, up 696 @comment node-name, next, previous, up
683 @subsection Skipping Characters 697 @subsection Skipping Characters
684 @cindex skipping characters 698 @cindex skipping characters
685 699