summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-02-17 21:06:52 +0000
committerRichard M. Stallman <rms@gnu.org>1994-02-17 21:06:52 +0000
commit04d9a3307dc678ea91e06a161b84778ba775c939 (patch)
tree2ef848ff6db7b49c24f25d554771c948084efb67 /lisp/emacs-lisp
parentab35e02920c155c6a5936cea424bbd65ae4fff1c (diff)
downloademacs-04d9a3307dc678ea91e06a161b84778ba775c939.tar.gz
(defun-prompt-regexp): Now a user variable.
Diffstat (limited to 'lisp/emacs-lisp')
-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 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.")