From 7fe78b07bcf38fd80159a3e9490294dd0c08387b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 15 Mar 1994 23:36:48 +0000 Subject: [PATCH] (defun-prompt-regexp): Doc fix. --- lisp/emacs-lisp/lisp.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 3ffc6a09b5..2f918b9357 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -27,8 +27,11 @@ ;;; Code: +;; Note that this variable is used by non-lisp modes too. (defvar defun-prompt-regexp nil - "*Non-nil => regexp to ignore, before the `(' that starts a defun.") + "*Non-nil => regexp to ignore, before the character that starts a defun. +This is only necessary if the opening paren or brace is not in column 0. +See `beginning-of-defun'.") (defvar parens-require-spaces t "Non-nil => `insert-parentheses' should insert whitespace as needed.") -- 2.39.2