From: Richard M. Stallman Date: Thu, 17 Feb 1994 21:06:52 +0000 (+0000) Subject: (defun-prompt-regexp): Now a user variable. X-Git-Tag: emacs-19.34~9871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f65078a26ca99fc02b2164bdaa98ce523ebf6c6;p=emacs.git (defun-prompt-regexp): Now a user variable. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 0d8b6436a4b..741b3db5251 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.")