]> code.delx.au - gnu-emacs/commitdiff
(defun-prompt-regexp): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 23:36:48 +0000 (23:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 23:36:48 +0000 (23:36 +0000)
lisp/emacs-lisp/lisp.el

index 3ffc6a09b559f575b7ff11495b28518b0503642a..2f918b935732d3f5b953655b0fe122d22ea3f57f 100644 (file)
 
 ;;; 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.")