From 3a4208096f1e82d4295a5fb2ae19e7866d2407b1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Sep 2001 17:43:23 +0000 Subject: [PATCH] (List Motion): Document open-paren-in-column-0-is-defun-start. --- lispref/positions.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lispref/positions.texi b/lispref/positions.texi index 2f2462c84ff..67e33cb2cbe 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -699,6 +699,13 @@ match for this regular expression, followed by a character with open-parenthesis syntax. @end defopt +@defopt open-paren-in-column-0-is-defun-start +If this variable's value is non-@code{nil}, an open parenthesis in +column 0 is considered to be the start of a defun. If it is +@code{nil}, an open parenthesis in column 0 has no special meaning. +The default is @code{t}. +@end defopt + @defvar beginning-of-defun-function @tindex beginning-of-defun-function If non-@code{nil}, this variable holds a function for finding the -- 2.39.5