From 5f65078a26ca99fc02b2164bdaa98ce523ebf6c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Feb 1994 21:06:52 +0000 Subject: (defun-prompt-regexp): Now a user variable. --- lisp/emacs-lisp/lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 0d8b6436a4..741b3db525 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -28,7 +28,7 @@ ;;; Code: (defvar defun-prompt-regexp nil - "Non-nil => regexp to ignore, before the `(' that starts a defun.") + "*Non-nil => regexp to ignore, before the `(' that starts a defun.") (defvar parens-require-spaces t "Non-nil => `insert-parentheses' should insert whitespace as needed.") -- cgit v1.2.3