comparison lispref/positions.texi @ 39199:dd80762eccd5

(List Motion): Document open-paren-in-column-0-is-defun-start.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Sep 2001 17:43:23 +0000
parents 97f7986f0b80
children 664c63b19441
comparison
equal deleted inserted replaced
39198:634358ff84a4 39199:dd80762eccd5
697 defun. That is to say, a defun begins on a line that starts with a 697 defun. That is to say, a defun begins on a line that starts with a
698 match for this regular expression, followed by a character with 698 match for this regular expression, followed by a character with
699 open-parenthesis syntax. 699 open-parenthesis syntax.
700 @end defopt 700 @end defopt
701 701
702 @defopt open-paren-in-column-0-is-defun-start
703 If this variable's value is non-@code{nil}, an open parenthesis in
704 column 0 is considered to be the start of a defun. If it is
705 @code{nil}, an open parenthesis in column 0 has no special meaning.
706 The default is @code{t}.
707 @end defopt
708
702 @defvar beginning-of-defun-function 709 @defvar beginning-of-defun-function
703 @tindex beginning-of-defun-function 710 @tindex beginning-of-defun-function
704 If non-@code{nil}, this variable holds a function for finding the 711 If non-@code{nil}, this variable holds a function for finding the
705 beginning of a defun. The function @code{beginning-of-defun} 712 beginning of a defun. The function @code{beginning-of-defun}
706 calls this function instead of using its normal method. 713 calls this function instead of using its normal method.