aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-02-17 21:06:52 +0000
committerRichard M. Stallman <[email protected]>1994-02-17 21:06:52 +0000
commit5f65078a26ca99fc02b2164bdaa98ce523ebf6c6 (patch)
treebdaa6001bd1d8f10a65c07ac018767099a6e2338
parent489847162dfde6d4f689246d15171b22c1c1e04c (diff)
(defun-prompt-regexp): Now a user variable.
-rw-r--r--lisp/emacs-lisp/lisp.el2
1 files changed, 1 insertions, 1 deletions
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.")