# HG changeset patch # User Richard M. Stallman # Date 761519212 0 # Node ID 3faecbaa2d518a705bf78d0d1fbcbb7c24aa10d2 # Parent a203b7c3030043068b465e7962c0c3010bbf329b (defun-prompt-regexp): Now a user variable. diff -r a203b7c30300 -r 3faecbaa2d51 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Thu Feb 17 20:05:33 1994 +0000 +++ b/lisp/emacs-lisp/lisp.el Thu Feb 17 21:06:52 1994 +0000 @@ -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.")